Sdílet prostřednictvím


IEnumInfo.Name Property

Gets or sets the name of the object.

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

Syntax

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

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

Property Value

Type: System.String

The name of the object.

Permissions

See Also

Concepts

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

Reference

IEnumInfo Interface

IEnumInfo Members

Microsoft.VisualStudio.VsWizard Namespace