共用方式為


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 安全性

請參閱

參考

IVsDataExplorerNodeSelection 介面

Remove 多載

Microsoft.VisualStudio.Data.Services 命名空間