VCCodeUsingAlias.DisplayName Property

Definition

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] get; }
[<System.Runtime.InteropServices.DispId(512)>]
[<get: System.Runtime.InteropServices.DispId(512)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
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

<xref:Microsoft.VisualStudio.VCCodeModel.UsingAlias.DisplayName%2A> returns the name of the output group as it is displayed in the environment.

Applies to