Share via


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

See Also

Reference

IVsDataExplorerNodeSelection Interface

IVsDataExplorerNodeSelection Members

RefreshAll Overload

Microsoft.VisualStudio.Data.Services Namespace