Share via


ExpressionEditorAttribute.EditorTypeName プロパティ

定義

エディター型の名前を取得するために式エディターによって使用されます。

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

プロパティ値

エディター型の名前。

注釈

クラスの EditorTypeName このインスタンスに関連付けられているエディターの種類の名前を取得するには、 プロパティを ExpressionEditorAttribute 使用します。

適用対象