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)。

解説

このメソッドは、Choose ノードのリストを反復処理し、各ノードの Refresh のメソッドを呼び出します。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

IVsDataExplorerNodeSelection インターフェイス

RefreshAll オーバーロード

Microsoft.VisualStudio.Data.Services 名前空間

Refresh