IVsBatchUpdate.FlushPendingUpdates(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows the text buffer to tell all views on it to incorporate all buffered updates.
public:
int FlushPendingUpdates(System::UInt32 dwReserved);
public:
int FlushPendingUpdates(unsigned int dwReserved);
int FlushPendingUpdates(unsigned int dwReserved);
public int FlushPendingUpdates (uint dwReserved);
abstract member FlushPendingUpdates : uint32 -> int
Public Function FlushPendingUpdates (dwReserved As UInteger) As Integer
Parameters
- dwReserved
- UInt32
Double word. Reserved for future use.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsBatchUpdate::FlushPendingUpdates(
DWORD dwReserved
);