EditorAttribute.EditorBaseTypeName 屬性
定義
取得基底類別或介面的名稱,做為這個編輯器的查閱索引鍵。Gets the name of the base class or interface serving as a lookup key for this editor.
public:
property System::String ^ EditorBaseTypeName { System::String ^ get(); };
public string? EditorBaseTypeName { get; }
public string EditorBaseTypeName { get; }
member this.EditorBaseTypeName : string
Public ReadOnly Property EditorBaseTypeName As String
屬性值
基底類別或介面的名稱,做為這個編輯器的查閱索引鍵。The name of the base class or interface serving as a lookup key for this editor.
備註
EditorBaseTypeName屬性是元件限定型別名稱。The EditorBaseTypeName property is an assembly qualified type name. .NET Framework 提供 UITypeEditor 和 ComponentEditor 做為有效的基類,但任何值在這裡都有效。The .NET Framework provides both UITypeEditor and ComponentEditor as valid base classes, but any value is valid here.