VCCodeNamespace.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)
声明
ReadOnly Property DisplayName As String
Get
string DisplayName { get; }
property String^ DisplayName {
String^ get ();
}
abstract DisplayName : string
function get DisplayName () : String
Type: System.String
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Microsoft.VisualStudio.VCCodeModel Namespace
How to: Compile and Run the Automation Object Model Code Examples