IVsDataExplorerNodeSelection.Remove 方法 (String, array<Object )

从的节点选择组中移除指定的节点。

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

语法

声明
Function Remove ( _
    typeName As String, _
    identifier As Object() _
) As Boolean
bool Remove(
    string typeName,
    Object[] identifier
)
bool Remove(
    String^ typeName, 
    array<Object^>^ identifier
)
abstract Remove : 
        typeName:string * 
        identifier:Object[] -> bool 
function Remove(
    typeName : String, 
    identifier : Object[]
) : boolean

参数

  • typeName
    类型:System.String
    在节点表示移除数据对象类型的名称。
  • identifier
    类型:array<System.Object[]
    数组数据对象表示节点的标识符部件。

返回值

类型:System.Boolean
true ,如果移除了节点;否则,false。

.NET Framework 安全性

请参见

参考

IVsDataExplorerNodeSelection 接口

Remove 重载

Microsoft.VisualStudio.Data.Services 命名空间