EditorFormatDefinition.DisplayName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.