共用方式為


IVsDataExplorerNodeSelection.RefreshAll 方法 (Boolean)

重新整理群組節點選取 (及其子節點的節點時,如果其中任何一個在 [伺服器總管] 中展開)。

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

語法

'宣告
Sub RefreshAll ( _
    noAsync As Boolean _
)
void RefreshAll(
    bool noAsync
)
void RefreshAll(
    bool noAsync
)
abstract RefreshAll : 
        noAsync:bool -> unit
function RefreshAll(
    noAsync : boolean
)

參數

  • noAsync
    類型:Boolean

    指出是否 Boolean 值執行重新整理已同步處理 (true) 或非同步 (false)。

備註

這個方法會在選取的節點逐一查看清單並在每個節點的 Refresh 方法。

.NET Framework 安全性

請參閱

參考

IVsDataExplorerNodeSelection 介面

RefreshAll 多載

Microsoft.VisualStudio.Data.Services 命名空間

Refresh