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

'Declaration
Sub RefreshAll ( _
    noAsync As Boolean _
)
'Usage
Dim instance As IVsDataExplorerNodeSelection 
Dim noAsync As Boolean

instance.RefreshAll(noAsync)
void RefreshAll(
    bool noAsync
)
void RefreshAll(
    bool noAsync
)
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

See Also

Reference

IVsDataExplorerNodeSelection Interface

IVsDataExplorerNodeSelection Members

RefreshAll Overload

Microsoft.VisualStudio.Data.Services Namespace

Refresh