共用方式為


IVsDataExplorerNodeSelection.Remove 方法 (Int32)

從 [遴選取群組移除它的數值識別項的值所指定的節點。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
Function Remove ( _
    itemId As Integer _
) As Boolean
bool Remove(
    int itemId
)
bool Remove(
    int itemId
)
abstract Remove : 
        itemId:int -> bool
function Remove(
    itemId : int
) : boolean

參數

  • itemId
    類型:Int32

    識別要移除的節點的數值。

傳回值

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

.NET Framework 安全性

請參閱

參考

IVsDataExplorerNodeSelection 介面

Remove 多載

Microsoft.VisualStudio.Data.Services 命名空間