DependentFileNode.GetEditLabel Method

Override to disable renaming.

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

Syntax

'宣言
Public Overrides Function GetEditLabel As String
'使用
Dim instance As DependentFileNode
Dim returnValue As String

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

Return Value

Type: System.String

Returns E_NOTIMPLE to notify the caller than renaming is not supported.

Permissions

See Also

Reference

DependentFileNode Class

DependentFileNode Members

Microsoft.VisualStudio.Package Namespace