VCCodeUnion.DisplayName Property

Gets the formatted name to be displayed to users.

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

Syntax

声明
ReadOnly Property DisplayName As String
用法
Dim instance As VCCodeUnion
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 formatted name to be displayed to users.

Permissions

See Also

Concepts

How to: Compile and Run the Automation Object Model Code Examples

Reference

VCCodeUnion Interface

VCCodeUnion Members

Microsoft.VisualStudio.VCCodeModel Namespace