TypeDescriptionProviderAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy TypeDescriptionProviderAttribute.

Przeciążenia

Nazwa Opis
TypeDescriptionProviderAttribute(String)

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

TypeDescriptionProviderAttribute(Type)

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

TypeDescriptionProviderAttribute(String)

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

Inicjuje nowe wystąpienie TypeDescriptionProviderAttribute 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

Parametr typeName ma wartość null.

Uwagi

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

Zobacz też

Dotyczy

TypeDescriptionProviderAttribute(Type)

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

Inicjuje nowe wystąpienie TypeDescriptionProviderAttribute 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

Parametr type ma wartość null.

Uwagi

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

Zobacz też

Dotyczy