TypeConverter.SimplePropertyDescriptor Constructores

Definición

Inicializa una nueva instancia de la clase TypeConverter.SimplePropertyDescriptor.

Sobrecargas

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Inicializa una nueva instancia de la clase TypeConverter.SimplePropertyDescriptor.

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

Inicializa una nueva instancia de la clase TypeConverter.SimplePropertyDescriptor.

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Source:
TypeConverter.cs
Source:
TypeConverter.cs
Source:
TypeConverter.cs

Inicializa una nueva instancia de la clase 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

Type que representa el tipo de componente al que está enlazado este descriptor de propiedad.

name
String

Nombre de la propiedad.

propertyType
Type

Type que representa el tipo de datos de esta propiedad.

Consulte también

Se aplica a

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

Source:
TypeConverter.cs
Source:
TypeConverter.cs
Source:
TypeConverter.cs

Inicializa una nueva instancia de la clase 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

Type que representa el tipo de componente al que está enlazado este descriptor de propiedad.

name
String

Nombre de la propiedad.

propertyType
Type

Type que representa el tipo de datos de esta propiedad.

attributes
Attribute[]

Matriz Attribute que contiene los atributos que se van a asociar a la propiedad.

Consulte también

Se aplica a