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提供 UITypeEditorComponentEditor 作为有效的基类,但此处的任何值都是有效的。

适用于