TypeDescriptionProviderAttribute Konstruktoren

Definition

Initialisiert eine neue Instanz der TypeDescriptionProviderAttribute-Klasse.

Überlädt

TypeDescriptionProviderAttribute(String)

Initialisiert eine neue Instanz der TypeDescriptionProviderAttribute-Klasse mit dem angegebenen Typnamen.

TypeDescriptionProviderAttribute(Type)

Initialisiert mithilfe des angegebenen Typs eine neue Instanz der TypeDescriptionProviderAttribute-Klasse.

TypeDescriptionProviderAttribute(String)

Quelle:
TypeDescriptionProviderAttribute.cs
Quelle:
TypeDescriptionProviderAttribute.cs
Quelle:
TypeDescriptionProviderAttribute.cs

Initialisiert eine neue Instanz der TypeDescriptionProviderAttribute-Klasse mit dem angegebenen Typnamen.

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

Parameter

typeName
String

Der gekennzeichnete Name des Typs.

Ausnahmen

typeName ist null.

Hinweise

Der TypeDescriptionProviderAttribute Konstruktor ordnet die angegebene TypeDescriptionProvider der markierten Klasse zu.

Weitere Informationen

Gilt für:

TypeDescriptionProviderAttribute(Type)

Quelle:
TypeDescriptionProviderAttribute.cs
Quelle:
TypeDescriptionProviderAttribute.cs
Quelle:
TypeDescriptionProviderAttribute.cs

Initialisiert mithilfe des angegebenen Typs eine neue Instanz der TypeDescriptionProviderAttribute-Klasse.

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

Parameter

type
Type

Der im Attributs zu speichernde Typ.

Ausnahmen

type ist null.

Hinweise

Der TypeDescriptionProviderAttribute Konstruktor ordnet die angegebene TypeDescriptionProvider der markierten Klasse zu.

Weitere Informationen

Gilt für: