IVsDataExplorerNodeSelection.RefreshAll Method

Definition

Overloads

RefreshAll()

Refreshes all the nodes in the group node selection (and their child nodes if any are expanded in Server Explorer) asynchronously.

RefreshAll(Boolean)

Refreshes all the nodes in the group node selection (and their child nodes if any are expanded in Server Explorer).

RefreshAll()

Refreshes all the nodes in the group node selection (and their child nodes if any are expanded in Server Explorer) asynchronously.

public:
 void RefreshAll();
public void RefreshAll ();
abstract member RefreshAll : unit -> unit
Public Sub RefreshAll ()

Applies to

RefreshAll(Boolean)

Refreshes all the nodes in the group node selection (and their child nodes if any are expanded in Server Explorer).

public:
 void RefreshAll(bool noAsync);
public void RefreshAll (bool noAsync);
abstract member RefreshAll : bool -> unit
Public Sub RefreshAll (noAsync As Boolean)

Parameters

noAsync
Boolean

A Boolean value indicating whether to execute the refresh synchronously (true) or asynchronously (false).

Applies to