HierarchyNode.NameRelationSeparator Property

Gets the name relation separator.

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

Syntax

'宣言
Public Overridable ReadOnly Property NameRelationSeparator As String
'使用
Dim instance As HierarchyNode
Dim value As String

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

Property Value

Type: System.String

The name relation separator.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace