IVsDataExplorerNodeSelection.RefreshAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).