Bagikan melalui


TypeConverter.SimplePropertyDescriptor Konstruktor

Definisi

Menginisialisasi instans baru kelas TypeConverter.SimplePropertyDescriptor.

Overload

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Menginisialisasi instans baru kelas TypeConverter.SimplePropertyDescriptor.

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

Menginisialisasi instans baru kelas TypeConverter.SimplePropertyDescriptor.

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Sumber:
TypeConverter.cs
Sumber:
TypeConverter.cs
Sumber:
TypeConverter.cs

Menginisialisasi instans baru kelas 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)

Parameter

componentType
Type

Type yang mewakili jenis komponen yang mengikat deskriptor properti ini.

name
String

Nama properti.

propertyType
Type

Type yang mewakili jenis data untuk properti ini.

Lihat juga

Berlaku untuk

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

Sumber:
TypeConverter.cs
Sumber:
TypeConverter.cs
Sumber:
TypeConverter.cs

Menginisialisasi instans baru kelas 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())

Parameter

componentType
Type

Type yang mewakili jenis komponen yang mengikat deskriptor properti ini.

name
String

Nama properti.

propertyType
Type

Type yang mewakili jenis data untuk properti ini.

attributes
Attribute[]

Array Attribute dengan atribut untuk dikaitkan dengan properti .

Lihat juga

Berlaku untuk