HierarchyNode.GetRelationalName Method

Gets the relational name.

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

Syntax

'宣言
Public Overridable Function GetRelationalName As String
'使用
Dim instance As HierarchyNode
Dim returnValue As String

returnValue = instance.GetRelationalName()
public virtual string GetRelationalName()
public:
virtual String^ GetRelationalName()
public function GetRelationalName() : String

Return Value

Type: System.String

The relational name.

Remarks

The relational name is defined as the first part of the caption until indexof NameRelationSeparator.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace