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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.