IVsDataExplorerNode.Rename (Método)

Reemplaza la leyenda del nodo actual con un nuevo nombre.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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
    El nuevo nombre de la leyenda en el conjunto.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNode Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)