Sdílet prostřednictvím


IVsBatchUpdate.FlushPendingUpdates – metoda (UInt32)

 

Umožňuje text vyrovnávací zjistit všechna zobrazení ji začlenit aktualizace všech ve vyrovnávací paměti.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

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

Parametry

  • dwReserved
    Double word.Vyhrazena pro budoucí použití.

Vrácená hodnota

Type: System.Int32

Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.

Poznámky

Podpis COM

Z vsshell.idl:

HRESULT IVsBatchUpdate::FlushPendingUpdates(
   DWORD dwReserved
);

Viz také

IVsBatchUpdate – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek