Aracılığıyla paylaş


TypeDescriptionProviderAttribute Oluşturucular

Tanım

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

Aşırı Yüklemeler

TypeDescriptionProviderAttribute(String)

Belirtilen tür adını kullanarak sınıfın TypeDescriptionProviderAttribute yeni bir örneğini başlatır.

TypeDescriptionProviderAttribute(Type)

Belirtilen türü kullanarak sınıfının yeni bir örneğini TypeDescriptionProviderAttribute başlatır.

TypeDescriptionProviderAttribute(String)

Kaynak:
TypeDescriptionProviderAttribute.cs
Kaynak:
TypeDescriptionProviderAttribute.cs
Kaynak:
TypeDescriptionProviderAttribute.cs

Belirtilen tür adını kullanarak sınıfın TypeDescriptionProviderAttribute yeni bir örneğini başlatır.

public:
 TypeDescriptionProviderAttribute(System::String ^ typeName);
public TypeDescriptionProviderAttribute (string typeName);
new System.ComponentModel.TypeDescriptionProviderAttribute : string -> System.ComponentModel.TypeDescriptionProviderAttribute
Public Sub New (typeName As String)

Parametreler

typeName
String

Türün tam adı.

Özel durumlar

typeName, null değeridir.

Açıklamalar

Oluşturucu belirtilen TypeDescriptionProviderAttributeTypeDescriptionProvider öğesini etiketli sınıfla ilişkilendirir.

Ayrıca bkz.

Şunlara uygulanır

TypeDescriptionProviderAttribute(Type)

Kaynak:
TypeDescriptionProviderAttribute.cs
Kaynak:
TypeDescriptionProviderAttribute.cs
Kaynak:
TypeDescriptionProviderAttribute.cs

Belirtilen türü kullanarak sınıfının yeni bir örneğini TypeDescriptionProviderAttribute başlatır.

public:
 TypeDescriptionProviderAttribute(Type ^ type);
public TypeDescriptionProviderAttribute (Type type);
new System.ComponentModel.TypeDescriptionProviderAttribute : Type -> System.ComponentModel.TypeDescriptionProviderAttribute
Public Sub New (type As Type)

Parametreler

type
Type

Özniteliğinde depoacak tür.

Özel durumlar

type, null değeridir.

Açıklamalar

Oluşturucu belirtilen TypeDescriptionProviderAttributeTypeDescriptionProvider öğesini etiketli sınıfla ilişkilendirir.

Ayrıca bkz.

Şunlara uygulanır