TypeConverter.SimplePropertyDescriptor Конструкторы

Определение

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

Перегрузки

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

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

TypeConverter.SimplePropertyDescriptor(Type, String, Type, Attribute[])

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

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

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

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

protected:
 SimplePropertyDescriptor(Type ^ componentType, System::String ^ name, Type ^ propertyType);
public:
 SimplePropertyDescriptor(Type ^ componentType, System::String ^ name, Type ^ propertyType);
protected SimplePropertyDescriptor (Type componentType, string name, Type propertyType);
public SimplePropertyDescriptor (Type componentType, string name, Type propertyType);
new System.ComponentModel.TypeConverter.SimplePropertyDescriptor : Type * string * Type -> System.ComponentModel.TypeConverter.SimplePropertyDescriptor
Protected Sub New (componentType As Type, name As String, propertyType As Type)
Public Sub New (componentType As Type, name As String, propertyType As Type)

Параметры

componentType
Type

Тип Type, представляющий тип компонента, с которым связывается дескриптор этого свойства.

name
String

Имя свойства.

propertyType
Type

Тип Type, представляющий тип данных для этого свойства.

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

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

TypeConverter.SimplePropertyDescriptor(Type, String, Type, Attribute[])

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

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

protected:
 SimplePropertyDescriptor(Type ^ componentType, System::String ^ name, Type ^ propertyType, cli::array <Attribute ^> ^ attributes);
public:
 SimplePropertyDescriptor(Type ^ componentType, System::String ^ name, Type ^ propertyType, cli::array <Attribute ^> ^ attributes);
protected SimplePropertyDescriptor (Type componentType, string name, Type propertyType, Attribute[] attributes);
protected SimplePropertyDescriptor (Type componentType, string name, Type propertyType, Attribute[]? attributes);
public SimplePropertyDescriptor (Type componentType, string name, Type propertyType, Attribute[] attributes);
new System.ComponentModel.TypeConverter.SimplePropertyDescriptor : Type * string * Type * Attribute[] -> System.ComponentModel.TypeConverter.SimplePropertyDescriptor
Protected Sub New (componentType As Type, name As String, propertyType As Type, attributes As Attribute())
Public Sub New (componentType As Type, name As String, propertyType As Type, attributes As Attribute())

Параметры

componentType
Type

Тип Type, представляющий тип компонента, с которым связывается дескриптор этого свойства.

name
String

Имя свойства.

propertyType
Type

Тип Type, представляющий тип данных для этого свойства.

attributes
Attribute[]

Массив Attribute, содержащий атрибуты, связываемые со свойством.

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

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