IVsBatchUpdate::FlushPendingUpdates Method (UInt32)

 

Allows the text buffer to tell all views on it to incorporate all buffered updates.

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

int FlushPendingUpdates(
	unsigned int dwReserved
)

Parameters

dwReserved
Type: System::UInt32

Double word. Reserved for future use.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsBatchUpdate::FlushPendingUpdates(
   DWORD dwReserved
);

 

Return to top
Show: