Compartir a través de


IVsDataExplorerNode.Rename (Método)

用新名称替换当前节点的标题。

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: String

    对集的新标题名称。

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNode Interfaz

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