OutputGroup::DisplayName Property

 

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

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

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

Property Value

Type: System::String^

A string representing the name used in the user interface for this output group.

DisplayName returns the name of the output group as it is displayed in the environment.

No code example is currently available or this language may not be supported.
Return to top
Show: