TypeConverter.SimplePropertyDescriptorとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > TypeConverter.SimplePropertyDescriptorの意味・解説 

TypeConverter.SimplePropertyDescriptor クラス

プロパティ持たないオブジェクトプロパティ提供する abstract クラス表します

名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)
構文構文

Protected MustInherit Class
 SimplePropertyDescriptor
    Inherits PropertyDescriptor
Dim instance As SimplePropertyDescriptor
protected abstract class SimplePropertyDescriptor
 : PropertyDescriptor
private ref class SimplePropertyDescriptor
 abstract : public PropertyDescriptor
protected abstract class SimplePropertyDescriptor
 extends PropertyDescriptor
protected abstract class SimplePropertyDescriptor
 extends PropertyDescriptor
解説解説

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

使用例使用例

このクラス例については、PropertyDescriptor のトピックの例を参照してください

継承階層継承階層
System.Object
   System.ComponentModel.MemberDescriptor
     System.ComponentModel.PropertyDescriptor
      System.ComponentModel.TypeConverter.SimplePropertyDescriptor
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
TypeConverter.SimplePropertyDescriptor メンバ
System.ComponentModel 名前空間
TypeConverter クラス
PropertyDescriptor クラス

TypeConverter.SimplePropertyDescriptor コンストラクタ (Type, String, Type)

TypeConverter.SimplePropertyDescriptor クラス新しインスタンス初期化します。

名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)
構文構文

Protected Sub New ( _
    componentType As Type, _
    name As String, _
    propertyType As Type _
)
Dim componentType As Type
Dim name As String
Dim propertyType As Type

Dim instance As New SimplePropertyDescriptor(componentType,
 name, propertyType)
protected SimplePropertyDescriptor (
    Type componentType,
    string name,
    Type propertyType
)
protected:
SimplePropertyDescriptor (
    Type^ componentType, 
    String^ name, 
    Type^ propertyType
)
protected SimplePropertyDescriptor (
    Type componentType, 
    String name, 
    Type propertyType
)
protected function SimplePropertyDescriptor
 (
    componentType : Type, 
    name : String, 
    propertyType : Type
)

パラメータ

componentType

プロパティ記述子関連付けられているコンポーネントの型を表す Type

name

プロパティの名前。

propertyType

プロパティデータ型を表す Type

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
TypeConverter.SimplePropertyDescriptor クラス
TypeConverter.SimplePropertyDescriptor メンバ
System.ComponentModel 名前空間
TypeConverter クラス
TypeConverter.SimplePropertyDescriptor クラス
PropertyDescriptor クラス

TypeConverter.SimplePropertyDescriptor コンストラクタ (Type, String, Type, Attribute[])

TypeConverter.SimplePropertyDescriptor クラス新しインスタンス初期化します。

名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)
構文構文

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

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
TypeConverter.SimplePropertyDescriptor クラス
TypeConverter.SimplePropertyDescriptor メンバ
System.ComponentModel 名前空間
Attribute
TypeConverter クラス
TypeConverter.SimplePropertyDescriptor クラス
PropertyDescriptor クラス

TypeConverter.SimplePropertyDescriptor コンストラクタ

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 メソッド


パブリック メソッドパブリック メソッド

( プロテクト メソッド参照)
  名前 説明
パブリック メソッド 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 クラス


このページでは「.NET Framework クラス ライブラリ リファレンス」からTypeConverter.SimplePropertyDescriptorを検索した結果を表示しています。
Weblioに収録されているすべての辞書からTypeConverter.SimplePropertyDescriptorを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からTypeConverter.SimplePropertyDescriptor を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「TypeConverter.SimplePropertyDescriptor」の関連用語

TypeConverter.SimplePropertyDescriptorのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



TypeConverter.SimplePropertyDescriptorのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS