IVsDataExplorerNode.Rename 方法

将用新名称替换当前节点的说明。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

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

参数

.NET Framework 安全性

请参见

参考

IVsDataExplorerNode 接口

Microsoft.VisualStudio.Data.Services 命名空间