DesignerWindowPane::IVsBatchUpdate::FlushPendingUpdates Method (UInt32)

 

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

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

private:
virtual int FlushPendingUpdates(
	unsigned int reserved
) sealed = IVsBatchUpdate::FlushPendingUpdates

Parameters

reserved
Type: System::UInt32

Reserved for the future use.

Return Value

Type: System::Int32

S_OK if successful.

Return to top
Show: