Share via


TypeConverter.SimplePropertyDescriptor Oluşturucular

Tanım

TypeConverter.SimplePropertyDescriptor sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

TypeConverter.SimplePropertyDescriptor sınıfının yeni bir örneğini başlatır.

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

TypeConverter.SimplePropertyDescriptor sınıfının yeni bir örneğini başlatır.

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Kaynak:
TypeConverter.cs
Kaynak:
TypeConverter.cs
Kaynak:
TypeConverter.cs

TypeConverter.SimplePropertyDescriptor sınıfının yeni bir örneğini başlatır.

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)

Parametreler

componentType
Type

Type Bu özellik tanımlayıcısının bağlandığı bileşen türünü temsil eden bir.

name
String

Özelliğin adı.

propertyType
Type

Type Bu özelliğin veri türünü temsil eden bir.

Ayrıca bkz.

Şunlara uygulanır

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

Kaynak:
TypeConverter.cs
Kaynak:
TypeConverter.cs
Kaynak:
TypeConverter.cs

TypeConverter.SimplePropertyDescriptor sınıfının yeni bir örneğini başlatır.

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

Parametreler

componentType
Type

Type Bu özellik tanımlayıcısının bağlandığı bileşen türünü temsil eden bir.

name
String

Özelliğin adı.

propertyType
Type

Type Bu özelliğin veri türünü temsil eden bir.

attributes
Attribute[]

Attribute özelliğiyle ilişkilendirilecek özniteliklere sahip bir dizi.

Ayrıca bkz.

Şunlara uygulanır