TypeDescriptionProviderAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy TypeDescriptionProviderAttribute.

Przeciążenia

TypeDescriptionProviderAttribute(String)

Inicjuje TypeDescriptionProviderAttribute nowe wystąpienie klasy przy użyciu określonej nazwy typu.

TypeDescriptionProviderAttribute(Type)

Inicjuje TypeDescriptionProviderAttribute nowe wystąpienie klasy przy użyciu określonego typu.

TypeDescriptionProviderAttribute(String)

Źródło:
TypeDescriptionProviderAttribute.cs
Źródło:
TypeDescriptionProviderAttribute.cs
Źródło:
TypeDescriptionProviderAttribute.cs

Inicjuje TypeDescriptionProviderAttribute nowe wystąpienie klasy przy użyciu określonej nazwy typu.

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

Parametry

typeName
String

Kwalifikowana nazwa typu.

Wyjątki

typeName to null.

Uwagi

Konstruktor TypeDescriptionProviderAttribute kojarzy określony TypeDescriptionProvider z klasą otagowanych.

Zobacz też

Dotyczy

TypeDescriptionProviderAttribute(Type)

Źródło:
TypeDescriptionProviderAttribute.cs
Źródło:
TypeDescriptionProviderAttribute.cs
Źródło:
TypeDescriptionProviderAttribute.cs

Inicjuje TypeDescriptionProviderAttribute nowe wystąpienie klasy przy użyciu określonego typu.

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

Parametry

type
Type

Typ do przechowywania w atrybucie.

Wyjątki

type to null.

Uwagi

Konstruktor TypeDescriptionProviderAttribute kojarzy określony TypeDescriptionProvider z klasą otagowanych.

Zobacz też

Dotyczy