Udostępnij za pośrednictwem


Metoda IVsBatchUpdate.FlushPendingUpdates — (UInt32)

 

Opublikowano: sierpień 2016

Umożliwia buforu tekstu powiedzieć wszystkich widoków w celu uwzględnienia wszystkich buforowanych aktualizacji.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

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

Parametry

  • dwReserved
    Type: System.UInt32

    Double word. Zarezerwowane do użytku w przyszłości.

Wartość zwracana

Type: System.Int32

Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.

Uwagi

Podpis COM

Z vsshell.idl:

HRESULT IVsBatchUpdate::FlushPendingUpdates(
   DWORD dwReserved
);

Zobacz też

Interfejs IVsBatchUpdate
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku