Share via


TypeDescriptionProviderAttribute Konstruktory

Definice

Inicializuje novou instanci TypeDescriptionProviderAttribute třídy.

Přetížení

TypeDescriptionProviderAttribute(String)

Inicializuje novou instanci TypeDescriptionProviderAttribute třídy pomocí zadaného názvu typu.

TypeDescriptionProviderAttribute(Type)

Inicializuje novou instanci TypeDescriptionProviderAttribute třídy pomocí zadaného typu.

TypeDescriptionProviderAttribute(String)

Zdroj:
TypeDescriptionProviderAttribute.cs
Zdroj:
TypeDescriptionProviderAttribute.cs
Zdroj:
TypeDescriptionProviderAttribute.cs

Inicializuje novou instanci TypeDescriptionProviderAttribute třídy pomocí zadaného názvu 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

Kvalifikovaný název typu.

Výjimky

typeName je null.

Poznámky

Konstruktor TypeDescriptionProviderAttribute přidruží zadaný TypeDescriptionProvider k označené třídě.

Viz také

Platí pro

TypeDescriptionProviderAttribute(Type)

Zdroj:
TypeDescriptionProviderAttribute.cs
Zdroj:
TypeDescriptionProviderAttribute.cs
Zdroj:
TypeDescriptionProviderAttribute.cs

Inicializuje novou instanci TypeDescriptionProviderAttribute třídy pomocí zadaného 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, který se má uložit do atributu.

Výjimky

type je null.

Poznámky

Konstruktor TypeDescriptionProviderAttribute přidruží zadaný TypeDescriptionProvider k označené třídě.

Viz také

Platí pro