ProvidePropertyAttribute Konstruktoren

Definition

Initialisiert eine neue Instanz der ProvidePropertyAttribute-Klasse.

Überlädt

Name Beschreibung
ProvidePropertyAttribute(String, String)

Initialisiert eine neue Instanz der ProvidePropertyAttribute Klasse mit dem Namen der Eigenschaft und dem Typ des Empfängers.

ProvidePropertyAttribute(String, Type)

Initialisiert eine neue Instanz der ProvidePropertyAttribute Klasse mit dem Namen der Eigenschaft und dessen Type.

ProvidePropertyAttribute(String, String)

Quelle:
ProvidePropertyAttribute.cs
Quelle:
ProvidePropertyAttribute.cs
Quelle:
ProvidePropertyAttribute.cs
Quelle:
ProvidePropertyAttribute.cs
Quelle:
ProvidePropertyAttribute.cs

Initialisiert eine neue Instanz der ProvidePropertyAttribute Klasse mit dem Namen der Eigenschaft und dem Typ des Empfängers.

public:
 ProvidePropertyAttribute(System::String ^ propertyName, System::String ^ receiverTypeName);
public ProvidePropertyAttribute(string propertyName, string receiverTypeName);
new System.ComponentModel.ProvidePropertyAttribute : string * string -> System.ComponentModel.ProvidePropertyAttribute
Public Sub New (propertyName As String, receiverTypeName As String)

Parameter

propertyName
String

Der Name der Eigenschaft, die auf ein Objekt des angegebenen Typs erweitert wird.

receiverTypeName
String

Der Name des Datentyps, den diese Eigenschaft erweitern kann.

Gilt für:

ProvidePropertyAttribute(String, Type)

Quelle:
ProvidePropertyAttribute.cs
Quelle:
ProvidePropertyAttribute.cs
Quelle:
ProvidePropertyAttribute.cs
Quelle:
ProvidePropertyAttribute.cs
Quelle:
ProvidePropertyAttribute.cs

Initialisiert eine neue Instanz der ProvidePropertyAttribute Klasse mit dem Namen der Eigenschaft und dessen Type.

public:
 ProvidePropertyAttribute(System::String ^ propertyName, Type ^ receiverType);
public ProvidePropertyAttribute(string propertyName, Type receiverType);
new System.ComponentModel.ProvidePropertyAttribute : string * Type -> System.ComponentModel.ProvidePropertyAttribute
Public Sub New (propertyName As String, receiverType As Type)

Parameter

propertyName
String

Der Name der Eigenschaft, die auf ein Objekt des angegebenen Typs erweitert wird.

receiverType
Type

Der Type Datentyp des Objekts, das die Eigenschaft empfangen kann.

Gilt für: