DesignerWindowPane.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.
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.