NestedProjectNode.SetEditLabel Method (String)

This member overrides HierarchyNode.SetEditLabel(String).

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

Syntax

'宣言
Public Overrides Function SetEditLabel ( _
    label As String _
) As Integer
'使用
Dim instance As NestedProjectNode
Dim label As String
Dim returnValue As Integer

returnValue = instance.SetEditLabel(label)
public override int SetEditLabel(
    string label
)
public:
virtual int SetEditLabel(
    String^ label
) override
public override function SetEditLabel(
    label : String
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

NestedProjectNode Class

NestedProjectNode Members

SetEditLabel Overload

Microsoft.VisualStudio.Package Namespace