TypeConverter.SimplePropertyDescriptor Construtores

Definição

Inicializa uma nova instância da classe TypeConverter.SimplePropertyDescriptor.

Sobrecargas

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Inicializa uma nova instância da classe TypeConverter.SimplePropertyDescriptor.

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

Inicializa uma nova instância da classe TypeConverter.SimplePropertyDescriptor.

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Origem:
TypeConverter.cs
Origem:
TypeConverter.cs
Origem:
TypeConverter.cs

Inicializa uma nova instância da classe 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)

Parâmetros

componentType
Type

Um Type que representa o tipo de componente ao qual esse descritor de propriedade se associa.

name
String

O nome da propriedade.

propertyType
Type

Um Type que representa o tipo de dados para essa propriedade.

Confira também

Aplica-se a

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

Origem:
TypeConverter.cs
Origem:
TypeConverter.cs
Origem:
TypeConverter.cs

Inicializa uma nova instância da classe 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())

Parâmetros

componentType
Type

Um Type que representa o tipo de componente ao qual esse descritor de propriedade se associa.

name
String

O nome da propriedade.

propertyType
Type

Um Type que representa o tipo de dados para essa propriedade.

attributes
Attribute[]

Uma matriz Attribute com os atributos a associar à propriedade.

Confira também

Aplica-se a