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
'Usage
Dim instance As IVsDataExplorerNodeSelection
instance.RefreshAll()
void RefreshAll()
void RefreshAll()
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.
See Also
Reference
IVsDataExplorerNodeSelection Interface