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