会将组节点选择的所有节点(及其子节点,如果任何在服务器资源管理器中展开)。
命名空间: 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 接口