次の方法で共有


TypeDescriptor.GetEditor メソッド

指定した基本型のエディタを取得します。

オーバーロードの一覧

指定したコンポーネントで使用される、指定した基本型のエディタを取得します。

[Visual Basic] Overloads Public Shared Function GetEditor(Object, Type) As Object

[C#] public static object GetEditor(object, Type);

[C++] public: static Object* GetEditor(Object*, Type*);

[JScript] public static function GetEditor(Object, Type) : Object;

指定した型で使用される、指定した基本型のエディタを取得します。

[Visual Basic] Overloads Public Shared Function GetEditor(Type, Type) As Object

[C#] public static object GetEditor(Type, Type);

[C++] public: static Object* GetEditor(Type*, Type*);

[JScript] public static function GetEditor(Type, Type) : Object;

指定したコンポーネントで使用され、カスタムの型記述子が関連付けられている、指定した基本型のエディタを取得します。

[Visual Basic] Overloads Public Shared Function GetEditor(Object, Type, Boolean) As Object

[C#] public static object GetEditor(object, Type, bool);

[C++] public: static Object* GetEditor(Object*, Type*, bool);

[JScript] public static function GetEditor(Object, Type, Boolean) : Object;

参照

TypeDescriptor クラス | TypeDescriptor メンバ | System.ComponentModel 名前空間