TypeDescriptionProviderAttribute Конструкторы

Определение

Инициализирует новый экземпляр класса TypeDescriptionProviderAttribute.

Перегрузки

Имя Описание
TypeDescriptionProviderAttribute(String)

Инициализирует новый экземпляр класса с помощью указанного TypeDescriptionProviderAttribute имени типа.

TypeDescriptionProviderAttribute(Type)

Инициализирует новый экземпляр класса с помощью указанного TypeDescriptionProviderAttribute типа.

TypeDescriptionProviderAttribute(String)

Исходный код:
TypeDescriptionProviderAttribute.cs
Исходный код:
TypeDescriptionProviderAttribute.cs
Исходный код:
TypeDescriptionProviderAttribute.cs
Исходный код:
TypeDescriptionProviderAttribute.cs
Исходный код:
TypeDescriptionProviderAttribute.cs

Инициализирует новый экземпляр класса с помощью указанного TypeDescriptionProviderAttribute имени типа.

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

Параметры

typeName
String

Полное имя типа.

Исключения

typeName равно null.

Комментарии

Конструктор TypeDescriptionProviderAttribute связывает указанный TypeDescriptionProvider с помеченным классом.

См. также раздел

Применяется к

TypeDescriptionProviderAttribute(Type)

Исходный код:
TypeDescriptionProviderAttribute.cs
Исходный код:
TypeDescriptionProviderAttribute.cs
Исходный код:
TypeDescriptionProviderAttribute.cs
Исходный код:
TypeDescriptionProviderAttribute.cs
Исходный код:
TypeDescriptionProviderAttribute.cs

Инициализирует новый экземпляр класса с помощью указанного TypeDescriptionProviderAttribute типа.

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

Параметры

type
Type

Тип для хранения в атрибуте.

Исключения

type равно null.

Комментарии

Конструктор TypeDescriptionProviderAttribute связывает указанный TypeDescriptionProvider с помеченным классом.

См. также раздел

Применяется к