VCCodeTypedef.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.
Gets the name used in the user interface for this output group.
public:
property System::String ^ DisplayName { System::String ^ get(); };
public:
property Platform::String ^ DisplayName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(512)]
public string DisplayName { [System.Runtime.InteropServices.DispId(512)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(512)>]
[<get: System.Runtime.InteropServices.DispId(512)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.DisplayName : string
Public ReadOnly Property DisplayName As String
Property Value
The name used in the user interface for this output group.
- Attributes
Remarks
DisplayName returns the name of the output group as it is displayed in the environment.