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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。