ProvidePropertyAttribute Oluşturucular

Tanım

ProvidePropertyAttribute sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

ProvidePropertyAttribute(String, String)

özelliğinin ProvidePropertyAttribute adı ve alıcısının türüyle sınıfının yeni bir örneğini başlatır.

ProvidePropertyAttribute(String, Type)

özelliğinin ve öğesinin ProvidePropertyAttribute adıyla sınıfının yeni bir örneğini Typebaşlatır.

ProvidePropertyAttribute(String, String)

Kaynak:
ProvidePropertyAttribute.cs
Kaynak:
ProvidePropertyAttribute.cs
Kaynak:
ProvidePropertyAttribute.cs

özelliğinin ProvidePropertyAttribute adı ve alıcısının türüyle sınıfının yeni bir örneğini başlatır.

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)

Parametreler

propertyName
String

Belirtilen türdeki bir nesneye genişleten özelliğin adı.

receiverTypeName
String

Bu özelliğin genişletebileceği veri türünün adı.

Şunlara uygulanır

ProvidePropertyAttribute(String, Type)

Kaynak:
ProvidePropertyAttribute.cs
Kaynak:
ProvidePropertyAttribute.cs
Kaynak:
ProvidePropertyAttribute.cs

özelliğinin ve öğesinin ProvidePropertyAttribute adıyla sınıfının yeni bir örneğini Typebaşlatır.

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)

Parametreler

propertyName
String

Belirtilen türdeki bir nesneye genişleten özelliğin adı.

receiverType
Type

Type özelliğini alabilen nesnenin veri türünün değeri.

Şunlara uygulanır