Condividi tramite


Metodo IVsDataExplorerNodeSelection.RefreshAll (Boolean)

Aggiorna tutti i nodi in selezione del nodo di gruppo e relativi nodi figlio si ne vengono espansi in Esplora server.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
Sub RefreshAll ( _
    noAsync As Boolean _
)
void RefreshAll(
    bool noAsync
)
void RefreshAll(
    bool noAsync
)
abstract RefreshAll : 
        noAsync:bool -> unit 
function RefreshAll(
    noAsync : boolean
)

Parametri

  • noAsync
    Tipo: System.Boolean
    Un valore Boolean che indica se eseguire l'aggiornamento in modo sincrono (true) o in modo asincrono (false).

Note

Questo metodo scorre l'elenco dei nodi nella selezione e chiama il metodo Refresh in ciascun nodo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataExplorerNodeSelection Interfaccia

Overload RefreshAll

Spazio dei nomi Microsoft.VisualStudio.Data.Services

Refresh