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
    类型:System.Boolean
    指示是否的 Boolean 值执行刷新同步(true)或异步(false)。

备注

此方法将节点列表中选定内容的重复并对每个节点的 Refresh 方法。

.NET Framework 安全性

请参见

参考

IVsDataExplorerNodeSelection 接口

RefreshAll 重载

Microsoft.VisualStudio.Data.Services 命名空间

Refresh