Partilhar via


Método IVsDataExplorerNode.Refresh (Boolean)

Atualiza o nó atual e os seus filhos, se alguns são expandidos no server Explorer.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
Sub Refresh ( _
    noAsync As Boolean _
)
void Refresh(
    bool noAsync
)
void Refresh(
    bool noAsync
)
abstract Refresh : 
        noAsync:bool -> unit 
function Refresh(
    noAsync : boolean
)

Parâmetros

  • noAsync
    Tipo: System.Boolean
    Um valor Boolean que indica se executar sincronamente (true) ou de forma assíncrona a atualização (false).

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerNode Interface

Sobrecargas Refresh

Namespace Microsoft.VisualStudio.Data.Services