TypeConverter.SimplePropertyDescriptor クラス
アセンブリ: System (system.dll 内)
構文Protected MustInherit Class SimplePropertyDescriptor Inherits PropertyDescriptor
protected abstract class SimplePropertyDescriptor : PropertyDescriptor
protected abstract class SimplePropertyDescriptor extends PropertyDescriptor
protected abstract class SimplePropertyDescriptor extends PropertyDescriptor
解説
使用例このクラスの例については、PropertyDescriptor のトピックの例を参照してください。
継承階層System.ComponentModel.MemberDescriptor
System.ComponentModel.PropertyDescriptor
System.ComponentModel.TypeConverter.SimplePropertyDescriptor
スレッド セーフ
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照TypeConverter.SimplePropertyDescriptor メンバ
System.ComponentModel 名前空間
TypeConverter クラス
PropertyDescriptor クラス
TypeConverter.SimplePropertyDescriptor コンストラクタ (Type, String, Type)
アセンブリ: System (system.dll 内)
構文Dim componentType As Type Dim name As String Dim propertyType As Type Dim instance As New SimplePropertyDescriptor(componentType, name, propertyType)
protected function SimplePropertyDescriptor ( componentType : Type, name : String, propertyType : Type )
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照TypeConverter.SimplePropertyDescriptor クラス
TypeConverter.SimplePropertyDescriptor メンバ
System.ComponentModel 名前空間
TypeConverter クラス
TypeConverter.SimplePropertyDescriptor クラス
PropertyDescriptor クラス
TypeConverter.SimplePropertyDescriptor コンストラクタ (Type, String, Type, Attribute[])
アセンブリ: 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[] )
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照TypeConverter.SimplePropertyDescriptor クラス
TypeConverter.SimplePropertyDescriptor メンバ
System.ComponentModel 名前空間
Attribute
TypeConverter クラス
TypeConverter.SimplePropertyDescriptor クラス
PropertyDescriptor クラス
TypeConverter.SimplePropertyDescriptor コンストラクタ
オーバーロードの一覧| 名前 | 説明 |
|---|---|
| TypeConverter.SimplePropertyDescriptor (Type, String, Type) | TypeConverter.SimplePropertyDescriptor クラスの新しいインスタンスを初期化します。 |
| TypeConverter.SimplePropertyDescriptor (Type, String, Type, Attribute[]) | TypeConverter.SimplePropertyDescriptor クラスの新しいインスタンスを初期化します。 |
参照関連項目
TypeConverter.SimplePropertyDescriptor クラスTypeConverter.SimplePropertyDescriptor メンバ
System.ComponentModel 名前空間
TypeConverter クラス
TypeConverter.SimplePropertyDescriptor クラス
PropertyDescriptor クラス
TypeConverter.SimplePropertyDescriptor プロパティ
パブリック プロパティ| 名前 | 説明 | |
|---|---|---|
| Attributes | メンバの属性のコレクションを取得します。 ( MemberDescriptor から継承されます。) |
| Category | CategoryAttribute で指定されている、メンバが属するカテゴリの名前を取得します。 ( MemberDescriptor から継承されます。) |
| ComponentType | オーバーライドされます。 プロパティ記述子が関連付けられているコンポーネントの型を取得します。 |
| Converter | プロパティの型コンバータを取得します。 ( PropertyDescriptor から継承されます。) |
| Description | DescriptionAttribute で指定されている、メンバの説明を取得します。 ( MemberDescriptor から継承されます。) |
| DesignTimeOnly | DesignOnlyAttribute で指定されている、メンバを設定できるのがデザイン時だけかどうかを示す値を取得します。 ( MemberDescriptor から継承されます。) |
| DisplayName | [プロパティ] ウィンドウなどのウィンドウに表示できる名前を取得します。 ( MemberDescriptor から継承されます。) |
| IsBrowsable | BrowsableAttribute で指定されている、メンバが参照可能かどうかを示す値を取得します。 ( MemberDescriptor から継承されます。) |
| IsLocalizable | プロパティをローカライズする必要があるかどうかを示す、LocalizableAttribute で指定されている値を取得します。 ( PropertyDescriptor から継承されます。) |
| IsReadOnly | オーバーライドされます。 プロパティが読み取り専用かどうかを示す値を取得します。 |
| Name | メンバの名前を取得します。 ( MemberDescriptor から継承されます。) |
| PropertyType | オーバーライドされます。 プロパティの型を取得します。 |
| SerializationVisibility | プロパティをシリアル化する必要があるかどうかを示す、DesignerSerializationVisibilityAttribute で指定されている値を取得します。 ( PropertyDescriptor から継承されます。) |
| SupportsChangeEvents | このプロパティの値変更通知をプロパティ記述子以外から発生させてよいかどうかを示す値を取得します。 ( PropertyDescriptor から継承されます。) |
プロテクト プロパティ| 名前 | 説明 | |
|---|---|---|
| AttributeArray | 属性の配列を取得または設定します。 ( MemberDescriptor から継承されます。) |
| NameHashCode | GetHashCode で指定されている、メンバの名前のハッシュ コードを取得します。 ( MemberDescriptor から継承されます。) |
参照関連項目
TypeConverter.SimplePropertyDescriptor クラスSystem.ComponentModel 名前空間
TypeConverter クラス
PropertyDescriptor クラス
TypeConverter.SimplePropertyDescriptor メソッド
パブリック メソッド
プロテクト メソッド| 名前 | 説明 | |
|---|---|---|
| CreateAttributeCollection | コンストラクタに渡された属性配列を使用して、属性のコレクションを作成します。 ( MemberDescriptor から継承されます。) |
| CreateInstance | 指定した型のインスタンスを作成します。 ( PropertyDescriptor から継承されます。) |
| FillAttributes | 指定した親クラスの属性リストに PropertyDescriptor の属性を追加します。 ( PropertyDescriptor から継承されます。) |
| Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
| FindMethod | オーバーロードされます。 指定したメソッドをリフレクションによって検索します。 ( MemberDescriptor から継承されます。) |
| GetInvocationTarget | このメソッドでは、メンバの呼び出し中に使用するオブジェクトが返されます。 ( PropertyDescriptor から継承されます。) |
| GetInvokee | メソッドを呼び出す対象のコンポーネントを取得します。 ( MemberDescriptor から継承されます。) |
| GetSite | 指定したコンポーネントのコンポーネント サイトを取得します。 ( MemberDescriptor から継承されます。) |
| GetTypeFromName | 型名を使用して型を返します。 ( PropertyDescriptor から継承されます。) |
| GetValueChangedHandler | 特定のコンポーネントについて現在の ValueChanged イベント ハンドラ セットを取得します。 ( PropertyDescriptor から継承されます。) |
| MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |
| OnValueChanged | 実装した ValueChanged イベントを発生させます。 ( PropertyDescriptor から継承されます。) |
参照関連項目
TypeConverter.SimplePropertyDescriptor クラスSystem.ComponentModel 名前空間
TypeConverter クラス
PropertyDescriptor クラス
TypeConverter.SimplePropertyDescriptor メンバ
プロパティを持たないオブジェクトにプロパティを提供する abstract クラスを表します。
TypeConverter.SimplePropertyDescriptor データ型で公開されるメンバを以下の表に示します。
プロテクト コンストラクタ| 名前 | 説明 | |
|---|---|---|
| TypeConverter.SimplePropertyDescriptor | オーバーロードされます。 TypeConverter.SimplePropertyDescriptor クラスの新しいインスタンスを初期化します。 |
パブリック プロパティ| 名前 | 説明 | |
|---|---|---|
| Attributes | メンバの属性のコレクションを取得します。(MemberDescriptor から継承されます。) |
| Category | CategoryAttribute で指定されている、メンバが属するカテゴリの名前を取得します。(MemberDescriptor から継承されます。) |
| ComponentType | オーバーライドされます。 プロパティ記述子が関連付けられているコンポーネントの型を取得します。 |
| Converter | プロパティの型コンバータを取得します。(PropertyDescriptor から継承されます。) |
| Description | DescriptionAttribute で指定されている、メンバの説明を取得します。(MemberDescriptor から継承されます。) |
| DesignTimeOnly | DesignOnlyAttribute で指定されている、メンバを設定できるのがデザイン時だけかどうかを示す値を取得します。(MemberDescriptor から継承されます。) |
| DisplayName | [プロパティ] ウィンドウなどのウィンドウに表示できる名前を取得します。(MemberDescriptor から継承されます。) |
| IsBrowsable | BrowsableAttribute で指定されている、メンバが参照可能かどうかを示す値を取得します。(MemberDescriptor から継承されます。) |
| IsLocalizable | プロパティをローカライズする必要があるかどうかを示す、LocalizableAttribute で指定されている値を取得します。(PropertyDescriptor から継承されます。) |
| IsReadOnly | オーバーライドされます。 プロパティが読み取り専用かどうかを示す値を取得します。 |
| Name | メンバの名前を取得します。(MemberDescriptor から継承されます。) |
| PropertyType | オーバーライドされます。 プロパティの型を取得します。 |
| SerializationVisibility | プロパティをシリアル化する必要があるかどうかを示す、DesignerSerializationVisibilityAttribute で指定されている値を取得します。(PropertyDescriptor から継承されます。) |
| SupportsChangeEvents | このプロパティの値変更通知をプロパティ記述子以外から発生させてよいかどうかを示す値を取得します。(PropertyDescriptor から継承されます。) |
プロテクト プロパティ| 名前 | 説明 | |
|---|---|---|
| AttributeArray | 属性の配列を取得または設定します。(MemberDescriptor から継承されます。) |
| NameHashCode | GetHashCode で指定されている、メンバの名前のハッシュ コードを取得します。(MemberDescriptor から継承されます。) |
パブリック メソッド
プロテクト メソッド| 名前 | 説明 | |
|---|---|---|
| CreateAttributeCollection | コンストラクタに渡された属性配列を使用して、属性のコレクションを作成します。 (MemberDescriptor から継承されます。) |
| CreateInstance | 指定した型のインスタンスを作成します。 (PropertyDescriptor から継承されます。) |
| FillAttributes | 指定した親クラスの属性リストに PropertyDescriptor の属性を追加します。 (PropertyDescriptor から継承されます。) |
| Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
| FindMethod | オーバーロードされます。 指定したメソッドをリフレクションによって検索します。 (MemberDescriptor から継承されます。) |
| GetInvocationTarget | このメソッドでは、メンバの呼び出し中に使用するオブジェクトが返されます。 (PropertyDescriptor から継承されます。) |
| GetInvokee | メソッドを呼び出す対象のコンポーネントを取得します。 (MemberDescriptor から継承されます。) |
| GetSite | 指定したコンポーネントのコンポーネント サイトを取得します。 (MemberDescriptor から継承されます。) |
| GetTypeFromName | 型名を使用して型を返します。 (PropertyDescriptor から継承されます。) |
| GetValueChangedHandler | 特定のコンポーネントについて現在の ValueChanged イベント ハンドラ セットを取得します。 (PropertyDescriptor から継承されます。) |
| MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |
| OnValueChanged | 実装した ValueChanged イベントを発生させます。 (PropertyDescriptor から継承されます。) |
参照関連項目
TypeConverter.SimplePropertyDescriptor クラスSystem.ComponentModel 名前空間
TypeConverter クラス
PropertyDescriptor クラス
Weblioに収録されているすべての辞書からTypeConverter.SimplePropertyDescriptorを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からTypeConverter.SimplePropertyDescriptor
を検索
- TypeConverter.SimplePropertyDescriptorのページへのリンク