VCCodeUsingAlias::DisplayName Property

 

Gets the name used in the user interface for this output group.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property String^ DisplayName {
	String^ get();
}

Property Value

Type: System::String^

The name used in the user interface for this output group.

P:Microsoft.VisualStudio.VCCodeModel.UsingAlias.DisplayName returns the name of the output group as it is displayed in the environment.

Return to top
Show: