IVsDataExplorerNodeSelection.Remove 方法 (String)
從 [遴選取群組移除其完整名稱所指定的節點。
命名空間: Microsoft.VisualStudio.Data.Services
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
Function Remove ( _
fullName As String _
) As Boolean
bool Remove(
string fullName
)
bool Remove(
String^ fullName
)
abstract Remove :
fullName:string -> bool
function Remove(
fullName : String
) : boolean
參數
fullName
類型:String要移除的節點的完整名稱。
傳回值
類型:Boolean
true ,如果移除節點;否則, false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。