TypeConverter.SimplePropertyDescriptor Costruttori

Definizione

Inizializza una nuova istanza della classe TypeConverter.SimplePropertyDescriptor.

Overload

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Inizializza una nuova istanza della classe TypeConverter.SimplePropertyDescriptor.

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

Inizializza una nuova istanza della classe TypeConverter.SimplePropertyDescriptor.

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

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

Inizializza una nuova istanza della 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)

Parametri

componentType
Type

Oggetto Type che rappresenta il tipo di componente al quale è associato questo descrittore di proprietà.

name
String

Nome della proprietà.

propertyType
Type

Oggetto Type che rappresenta il tipo di dati per questa proprietà.

Vedi anche

Si applica a

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

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

Inizializza una nuova istanza della 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())

Parametri

componentType
Type

Oggetto Type che rappresenta il tipo di componente al quale è associato questo descrittore di proprietà.

name
String

Nome della proprietà.

propertyType
Type

Oggetto Type che rappresenta il tipo di dati per questa proprietà.

attributes
Attribute[]

Matrice di Attribute contenente gli attributi da associare alla proprietà.

Vedi anche

Si applica a