EditorFormatDefinition.DisplayName Property

Definition

Defines the string used when displaying this format definition to the user. This property is only used if the UserVisibleAttribute is set to true on this object's export.

public:  property System::String ^ DisplayName {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public:  property Platform::String ^ DisplayName {  public:
Platform::String ^ get(); protected:
 void set(Platform::String ^ value); };
public string DisplayName { get; protected set; }
member this.DisplayName : string with get, set
Public Property DisplayName As String

Property Value

The display string.

Applies to