IVsDataExplorerNodeSelection.RefreshAll Method
Refreshes all the nodes in the group node selection (and their child nodes if any are expanded in Server Explorer) asynchronously.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub RefreshAll
void RefreshAll()
void RefreshAll()
abstract RefreshAll : unit -> unit
function RefreshAll()
Remarks
This method delegates to the RefreshAll method and passes false for the argument.
.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.