Edit

Share via


EditorAttribute.EditorTypeName Property

Definition

Gets the name of the editor class in the AssemblyQualifiedName format.

public:
 property System::String ^ EditorTypeName { System::String ^ get(); };
public string EditorTypeName { get; }
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)]
public string EditorTypeName { get; }
member this.EditorTypeName : string
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)>]
member this.EditorTypeName : string
Public ReadOnly Property EditorTypeName As String

Property Value

The name of the editor class in the AssemblyQualifiedName format.

Attributes

Applies to