VCDesignElement.DisplayName Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

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

Syntax

声明
ReadOnly Property DisplayName As String
用法
Dim instance As VCDesignElement
Dim value As String

value = instance.DisplayName
string DisplayName { get; }
property String^ DisplayName {
    String^ get ();
}
function get DisplayName () : String

Property Value

Type: System.String

Permissions

See Also

Reference

VCDesignElement Interface

VCDesignElement Members

Microsoft.VisualStudio.VCCodeModel Namespace