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
- 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.