DesignerWindowPane.IVsBatchUpdate.FlushPendingUpdates(UInt32) Method

Definition

Called when Visual Studio wants the window pane to flush its state to the underlying buffer.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsBatchUpdate.FlushPendingUpdates(System::UInt32 reserved) = Microsoft::VisualStudio::Shell::Interop::IVsBatchUpdate::FlushPendingUpdates;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsBatchUpdate.FlushPendingUpdates(unsigned int reserved) = Microsoft::VisualStudio::Shell::Interop::IVsBatchUpdate::FlushPendingUpdates;
int Microsoft.VisualStudio.Shell.Interop.IVsBatchUpdate.FlushPendingUpdates(unsigned int reserved);
int IVsBatchUpdate.FlushPendingUpdates (uint reserved);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsBatchUpdate.FlushPendingUpdates : uint32 -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsBatchUpdate.FlushPendingUpdates : uint32 -> int
Function FlushPendingUpdates (reserved As UInteger) As Integer Implements IVsBatchUpdate.FlushPendingUpdates

Parameters

reserved
UInt32

Reserved for the future use.

Returns

S_OK if successful.

Implements

Applies to