ReferenceNodeProperties.Name Property

Gets the name of the properties.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
<AutomationBrowsableAttribute(True)> _
<BrowsableAttribute(True)> _
Public Overrides ReadOnly Property Name As String
'使用
Dim instance As ReferenceNodeProperties
Dim value As String

value = instance.Name
[AutomationBrowsableAttribute(true)]
[BrowsableAttribute(true)]
public override string Name { get; }
[AutomationBrowsableAttribute(true)]
[BrowsableAttribute(true)]
public:
virtual property String^ Name {
    String^ get () override;
}
public override function get Name () : String

Property Value

Type: System.String

The display name of the associated hierarchy node.

Permissions

See Also

Reference

ReferenceNodeProperties Class

ReferenceNodeProperties Members

Microsoft.VisualStudio.Package Namespace