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

.NET Framework 安全性

请参见

参考

IVsDataExplorerNode 接口

Refresh 重载

Microsoft.VisualStudio.Data.Services 命名空间