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 配列。

こちらもご覧ください

適用対象