Partilhar via


Método IVsDataExplorerNode.Rename

Substitui a legenda do nó atual com um novo nome.

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

Sintaxe

'Declaração
Sub Rename ( _
    newCaption As String _
)
void Rename(
    string newCaption
)
void Rename(
    String^ newCaption
)
abstract Rename : 
        newCaption:string -> unit 
function Rename(
    newCaption : String
)

Parâmetros

  • newCaption
    Tipo: System.String
    O novo nome de legenda para o dataset.

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerNode Interface

Namespace Microsoft.VisualStudio.Data.Services