TypeConverter.SimplePropertyDescriptor クラス
プロパティを持たないオブジェクトにプロパティを提供する abstract クラスを表します。
名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)
構文

継承時の注意 TypeConverter.SimplePropertyDescriptor から継承する場合は、GetValue メソッドと SetValue メソッドをオーバーライドする必要があります。


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 コンストラクタ (Type, String, Type)
TypeConverter.SimplePropertyDescriptor クラスの新しいインスタンスを初期化します。
名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)
構文
Dim componentType As Type Dim name As String Dim propertyType As Type Dim instance As New SimplePropertyDescriptor(componentType, name, propertyType)

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 コンストラクタ (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[] )

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 クラスの新しいインスタンスを初期化します。
オーバーロードの一覧
名前 | 説明 |
---|---|
TypeConverter.SimplePropertyDescriptor (Type, String, Type) | TypeConverter.SimplePropertyDescriptor クラスの新しいインスタンスを初期化します。 |
TypeConverter.SimplePropertyDescriptor (Type, String, Type, Attribute[]) | 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 から継承されます。) |

関連項目
TypeConverter.SimplePropertyDescriptor クラスSystem.ComponentModel 名前空間
TypeConverter クラス
PropertyDescriptor クラス
TypeConverter.SimplePropertyDescriptor メソッド
名前 | 説明 | |
---|---|---|
![]() | AddValueChanged | プロパティが変更されたときに、ほかのオブジェクトに通知できるようにします。 ( PropertyDescriptor から継承されます。) |
![]() | CanResetValue | オーバーライドされます。 コンポーネントをリセットするとコンポーネントの値が変更されるかどうかを示す値を返します。 |
![]() | Equals | オーバーロードされます。 プロパティ記述子を別のオブジェクトと比較して、等しいかどうかを確認します。 ( PropertyDescriptor から継承されます。) |
![]() | GetChildProperties | オーバーロードされます。 PropertyDescriptorCollection を返します。 ( PropertyDescriptor から継承されます。) |
![]() | GetEditor | 指定した型のエディタを取得します。 ( PropertyDescriptor から継承されます。) |
![]() | GetHashCode | このオブジェクトのハッシュ コードを返します。 ( PropertyDescriptor から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
![]() | GetValue | 派生クラスでオーバーライドされた場合、コンポーネントのプロパティの現在の値を取得します。 ( PropertyDescriptor から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
![]() | RemoveValueChanged | プロパティが変更されたときに、ほかのオブジェクトに通知できるようにします。 ( PropertyDescriptor から継承されます。) |
![]() | ResetValue | オーバーライドされます。 コンポーネントの特定のプロパティの値をリセットします。 |
![]() | SetValue | 派生クラスでオーバーライドされた場合、コンポーネントの値を別の値に設定します。 ( PropertyDescriptor から継承されます。) |
![]() | ShouldSerializeValue | オーバーライドされます。 プロパティの値を永続化できるかどうかを示す値を返します。 |
![]() | ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | 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 から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | AddValueChanged | プロパティが変更されたときに、ほかのオブジェクトに通知できるようにします。 (PropertyDescriptor から継承されます。) |
![]() | CanResetValue | オーバーライドされます。 コンポーネントをリセットするとコンポーネントの値が変更されるかどうかを示す値を返します。 |
![]() | Equals | オーバーロードされます。 プロパティ記述子を別のオブジェクトと比較して、等しいかどうかを確認します。 (PropertyDescriptor から継承されます。) |
![]() | GetChildProperties | オーバーロードされます。 PropertyDescriptorCollection を返します。 (PropertyDescriptor から継承されます。) |
![]() | GetEditor | 指定した型のエディタを取得します。 (PropertyDescriptor から継承されます。) |
![]() | GetHashCode | このオブジェクトのハッシュ コードを返します。 (PropertyDescriptor から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | GetValue | 派生クラスでオーバーライドされた場合、コンポーネントのプロパティの現在の値を取得します。 (PropertyDescriptor から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | RemoveValueChanged | プロパティが変更されたときに、ほかのオブジェクトに通知できるようにします。 (PropertyDescriptor から継承されます。) |
![]() | ResetValue | オーバーライドされます。 コンポーネントの特定のプロパティの値をリセットします。 |
![]() | SetValue | 派生クラスでオーバーライドされた場合、コンポーネントの値を別の値に設定します。 (PropertyDescriptor から継承されます。) |
![]() | ShouldSerializeValue | オーバーライドされます。 プロパティの値を永続化できるかどうかを示す値を返します。 |
![]() | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | 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のページへのリンク