IVsDataExplorerNode.Rename Method

Replaces the caption of the current node with a new name.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'宣言
Sub Rename ( _
    newCaption As String _
)
'使用
Dim instance As IVsDataExplorerNode
Dim newCaption As String

instance.Rename(newCaption)
void Rename(
    string newCaption
)
void Rename(
    String^ newCaption
)
function Rename(
    newCaption : String
)

Parameters

Permissions

See Also

Reference

IVsDataExplorerNode Interface

IVsDataExplorerNode Members

Microsoft.VisualStudio.Data.Services Namespace