EditorAttribute.EditorBaseTypeName 屬性

定義

取得基底類別或介面的名稱,做為這個編輯器的查閱索引鍵。

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

屬性值

基底類別或介面的名稱,做為這個編輯器的查閱索引鍵。

備註

屬性 EditorBaseTypeName 是元件限定型別名稱。 .NET Framework 同時UITypeEditor提供和 ComponentEditor 作為有效的基類,但此處的任何值都是有效的。

適用於