Returns a null reference (Nothing in Visual Basic) in all cases.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides Function GetEditLabel As String
'使用
Dim instance As ReferenceContainerNode
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
a null reference (Nothing in Visual Basic).
Remarks
The reference container node name may not be edited.
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.