Compartilhar via


Método IVsBatchUpdate.FlushPendingUpdates (UInt32)

 

Publicado: abril de 2016

Permite que o buffer de texto informar a todos os modos nela para incorporar atualizações tudo no buffer.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int FlushPendingUpdates(
    uint dwReserved
)
int FlushPendingUpdates(
    unsigned int dwReserved
)
abstract FlushPendingUpdates : 
        dwReserved:uint32 -> int
Function FlushPendingUpdates (
    dwReserved As UInteger
) As Integer

Parâmetros

  • dwReserved
    Palavra dupla.Reservado para uso futuro.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsBatchUpdate::FlushPendingUpdates(
   DWORD dwReserved
);

Consulte também

Interface IVsBatchUpdate
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo