TypeConverter.SimplePropertyDescriptor Konstruktoren

Definition

Initialisiert eine neue Instanz der TypeConverter.SimplePropertyDescriptor-Klasse.

Überlädt

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Initialisiert eine neue Instanz der TypeConverter.SimplePropertyDescriptor-Klasse.

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

Initialisiert eine neue Instanz der TypeConverter.SimplePropertyDescriptor-Klasse.

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Quelle:
TypeConverter.cs
Quelle:
TypeConverter.cs
Quelle:
TypeConverter.cs

Initialisiert eine neue Instanz der TypeConverter.SimplePropertyDescriptor-Klasse.

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)

Parameter

componentType
Type

Ein Type, der den Komponententyp darstellt, an den dieser Eigenschaftenbezeichner gebunden ist.

name
String

Den Namen der Eigenschaft.

propertyType
Type

Ein Type, der den Datentyp für diese Eigenschaft darstellt.

Weitere Informationen

Gilt für:

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

Quelle:
TypeConverter.cs
Quelle:
TypeConverter.cs
Quelle:
TypeConverter.cs

Initialisiert eine neue Instanz der TypeConverter.SimplePropertyDescriptor-Klasse.

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())

Parameter

componentType
Type

Ein Type, der den Komponententyp darstellt, an den dieser Eigenschaftenbezeichner gebunden ist.

name
String

Den Namen der Eigenschaft.

propertyType
Type

Ein Type, der den Datentyp für diese Eigenschaft darstellt.

attributes
Attribute[]

Ein Attribute-Array mit den der Eigenschaft zuzuweisenden Attributen.

Weitere Informationen

Gilt für: