TypeConverter.SimplePropertyDescriptor 建構函式

定義

初始化 TypeConverter.SimplePropertyDescriptor 類別的新執行個體。

多載

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

初始化 TypeConverter.SimplePropertyDescriptor 類別的新執行個體。

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

初始化 TypeConverter.SimplePropertyDescriptor 類別的新執行個體。

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

來源:
TypeConverter.cs
來源:
TypeConverter.cs
來源:
TypeConverter.cs

初始化 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)

參數

componentType
Type

Type,表示這個屬性描述項繫結的元件型別。

name
String

屬性的名稱。

propertyType
Type

Type,表示這個屬性的資料型別。

另請參閱

適用於

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

來源:
TypeConverter.cs
來源:
TypeConverter.cs
來源:
TypeConverter.cs

初始化 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())

參數

componentType
Type

Type,表示這個屬性描述項繫結的元件型別。

name
String

屬性的名稱。

propertyType
Type

Type,表示這個屬性的資料型別。

attributes
Attribute[]

Attribute 陣列,具有與屬性 (Property) 相關的屬性 (Attribute)。

另請參閱

適用於