如果任意在服务器资源管理器中,展开刷新当前节点和其子节点。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。