TypeConverter.SimplePropertyDescriptor コンストラクタ (Type, String, Type, Attribute )
TypeConverter.SimplePropertyDescriptor クラスの新しいインスタンスを初期化します。
名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)
構文
'宣言
Protected Sub New ( _
componentType As Type, _
name As String, _
propertyType As Type, _
attributes As Attribute() _
)
'使用
Dim componentType As Type
Dim name As String
Dim propertyType As Type
Dim attributes As Attribute()
Dim instance As New SimplePropertyDescriptor(componentType, name, propertyType, attributes)
protected SimplePropertyDescriptor (
Type componentType,
string name,
Type propertyType,
Attribute[] attributes
)
protected:
SimplePropertyDescriptor (
Type^ componentType,
String^ name,
Type^ propertyType,
array<Attribute^>^ attributes
)
protected SimplePropertyDescriptor (
Type componentType,
String name,
Type propertyType,
Attribute[] attributes
)
protected function SimplePropertyDescriptor (
componentType : Type,
name : String,
propertyType : Type,
attributes : Attribute[]
)
パラメータ
- componentType
プロパティ記述子が関連付けられているコンポーネントの型を表す Type。
- name
プロパティの名前。
- propertyType
プロパティのデータ型を表す Type。
- attributes
プロパティに関連付ける属性を格納している Attribute 配列。
プラットフォーム
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0
参照
関連項目
TypeConverter.SimplePropertyDescriptor クラス
TypeConverter.SimplePropertyDescriptor メンバ
System.ComponentModel 名前空間
Attribute
TypeConverter クラス
TypeConverter.SimplePropertyDescriptor クラス
PropertyDescriptor クラス