共用方式為


IVsDataExplorerNode.Refresh 方法 (Boolean)

如果有任何在伺服器總管中,展開重新整理目前節點和其子節點。

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

語法

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

參數

  • noAsync
    類型:Boolean

    這個 Boolean 值執行重新整理同步 (true) 或非同步 (false)。

.NET Framework 安全性

請參閱

參考

IVsDataExplorerNode 介面

Refresh 多載

Microsoft.VisualStudio.Data.Services 命名空間