Share via


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

'Declaration
Sub Rename ( _
    newCaption As String _
)
void Rename(
    string newCaption
)
void Rename(
    String^ newCaption
)
abstract Rename : 
        newCaption:string -> unit
function Rename(
    newCaption : String
)

Parameters

.NET Framework Security

See Also

Reference

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services Namespace