NodeProperties.Name-Eigenschaft

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<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

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

NodeProperties Klasse

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal-Namespace