Proprietà NodeProperties.Name

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
<AutomationBrowsableAttribute(False)> _
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property Name As String
    Get
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public virtual string Name { get; }
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public:
virtual property String^ Name {
    String^ get ();
}
[<AutomationBrowsableAttribute(false)>]
[<BrowsableAttribute(false)>]
abstract Name : string
[<AutomationBrowsableAttribute(false)>]
[<BrowsableAttribute(false)>]
override Name : string
function get Name () : String

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

NodeProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.Internal