TypeDescriptionProviderAttribute Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
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 TypeDescriptionProviderAttribute yeni bir örneğini başlatır.

TypeDescriptionProviderAttribute(String)

Kaynak:
TypeDescriptionProviderAttribute.cs
Kaynak:
TypeDescriptionProviderAttribute.cs
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'e eşittir.

Açıklamalar

Oluşturucu, TypeDescriptionProviderAttribute belirtilen TypeDescriptionProvider öğesini etiketli sınıfla ilişkilendirir.

Ayrıca bkz.

Şunlara uygulanır

TypeDescriptionProviderAttribute(Type)

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

Belirtilen türü kullanarak sınıfın TypeDescriptionProviderAttribute yeni bir örneğini 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 depo için tür.

Özel durumlar

type, null'e eşittir.

Açıklamalar

Oluşturucu, TypeDescriptionProviderAttribute belirtilen TypeDescriptionProvider öğesini etiketli sınıfla ilişkilendirir.

Ayrıca bkz.

Şunlara uygulanır