EditorAttribute.EditorBaseTypeName プロパティ
エディタを検索するためのキーとして使用する基本クラスまたは基本インターフェイスの名前を取得します。
Public ReadOnly Property EditorBaseTypeName As String
[C#]
public string EditorBaseTypeName {get;}
[C++]
public: __property String* get_EditorBaseTypeName();
[JScript]
public function get EditorBaseTypeName() : String;
プロパティ値
エディタを検索するためのキーとして機能する基本クラスまたは基本インターフェイスの名前。
解説
これは、アセンブリの限定型名です。このバージョンの .NET Framework には、有効な基本クラスとして UITypeEditor と ComponentEditor の両方が用意されていますが、ここでは任意の値が有効です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
EditorAttribute クラス | EditorAttribute メンバ | System.ComponentModel 名前空間