ExpressionEditorAttribute.EditorTypeName 属性

定义

由表达式编辑器用于检索编辑器类型名称。

public:
 property System::String ^ EditorTypeName { System::String ^ get(); };
public string EditorTypeName { get; }
member this.EditorTypeName : string
Public ReadOnly Property EditorTypeName As String

属性值

String

编辑器类型的名称。

注解

使用 EditorTypeName 属性可检索与类的此实例关联的编辑器类型的名称 ExpressionEditorAttribute

适用于