VCCodeVariable.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)
Syntax
'Declaration
ReadOnly Property DisplayName As String
'Usage
Dim instance As VCCodeVariable
Dim value As String
value = instance.DisplayName
string DisplayName { get; }
property String^ DisplayName {
String^ get ();
}
function get DisplayName () : String
Property Value
Type: System.String
The name used in the user interface for this output group.
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.VCCodeModel Namespace
Other Resources
How to: Compile and Run the Automation Object Model Code Examples