PropertyDescriptor.GetEditor メソッド
指定した型のエディタを取得します。
Public Overridable Function GetEditor( _
ByVal editorBaseType As Type _) As Object
[C#]
public virtual object GetEditor(TypeeditorBaseType);
[C++]
public: virtual Object* GetEditor(Type* editorBaseType);
[JScript]
public function GetEditor(
editorBaseType : Type) : Object;
パラメータ
- editorBaseType
プロパティがサポートしている複数のエディタを区別するために使用される、エディタの基本型。
戻り値
要求したエディタ型のインスタンス。エディタが見つからない場合は null 参照 (Visual Basic では Nothing) 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
PropertyDescriptor クラス | PropertyDescriptor メンバ | System.ComponentModel 名前空間