TypeConverter.SimplePropertyDescriptor Constructeurs

Définition

Initialise une nouvelle instance de la classe TypeConverter.SimplePropertyDescriptor.

Surcharges

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Initialise une nouvelle instance de la classe TypeConverter.SimplePropertyDescriptor.

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

Initialise une nouvelle instance de la classe TypeConverter.SimplePropertyDescriptor.

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

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

Initialise une nouvelle instance de la 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)

Paramètres

componentType
Type

Type représentant le type du composant auquel ce descripteur de propriété est lié.

name
String

Nom de la propriété.

propertyType
Type

Type représentant le type de données de cette propriété.

Voir aussi

S’applique à

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

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

Initialise une nouvelle instance de la 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())

Paramètres

componentType
Type

Type représentant le type du composant auquel ce descripteur de propriété est lié.

name
String

Nom de la propriété.

propertyType
Type

Type représentant le type de données de cette propriété.

attributes
Attribute[]

Tableau Attribute contenant les attributs à associer à la propriété.

Voir aussi

S’applique à