Dela via


VCDesignElement.Name 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

'Declaration
ReadOnly Property Name As String
'Usage
Dim instance As VCDesignElement 
Dim value As String 

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VCDesignElement Interface

VCDesignElement Members

Microsoft.VisualStudio.VCCodeModel Namespace