ProvidePropertyAttribute Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
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 ProvidePropertyAttributeve öğesinin Type adıyla sınıfının yeni bir örneğini başlatır.

ProvidePropertyAttribute(String, String)

Kaynak:
ProvidePropertyAttribute.cs
Kaynak:
ProvidePropertyAttribute.cs
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
Kaynak:
ProvidePropertyAttribute.cs
Kaynak:
ProvidePropertyAttribute.cs

özelliğinin ProvidePropertyAttributeve öğesinin Type adıyla sınıfının yeni bir örneğini baş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ü.

Şunlara uygulanır