HierarchyNode.GetEditLabel Method

Gets a caption value for the editable node.

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

Syntax

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

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

Return Value

Type: System.String

A caption value.

Remarks

The editable nodes are project, folder, and file types.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace