IVsDataExplorerNodeSelection.RefreshAll Method (Boolean)
Refreshes all the nodes in the group node selection (and their child nodes if any are expanded in Server Explorer).
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
‘선언
Sub RefreshAll ( _
noAsync As Boolean _
)
void RefreshAll(
bool noAsync
)
void RefreshAll(
bool noAsync
)
abstract RefreshAll :
noAsync:bool -> unit
function RefreshAll(
noAsync : boolean
)
Parameters
- noAsync
Type: System.Boolean
A Boolean value indicating whether to execute the refresh synchronously (true) or asynchronously (false).
Remarks
This method iterates through the list of nodes in the selection and calls the Refresh method on each node.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataExplorerNodeSelection Interface