共用方式為


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

    在這個節點表示移除資料物件型別的名稱。

  • identifier
    類型:array<Object[]

    資料物件的陣列表示節點的識別組件。

傳回值

類型:Boolean
true ,如果移除節點;否則, false。

.NET Framework 安全性

請參閱

參考

IVsDataExplorerNodeSelection 介面

Remove 多載

Microsoft.VisualStudio.Data.Services 命名空間