Share via


DesignerWindowPane.IVsBatchUpdate.FlushPendingUpdates Method

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)

Syntax

'Declaration
Private Function FlushPendingUpdates ( _
    reserved As UInteger _
) As Integer Implements IVsBatchUpdate.FlushPendingUpdates
int IVsBatchUpdate.FlushPendingUpdates(
    uint reserved
)
private:
virtual int FlushPendingUpdates(
    unsigned int reserved
) sealed = IVsBatchUpdate::FlushPendingUpdates
private abstract FlushPendingUpdates : 
        reserved:uint32 -> int  
private override FlushPendingUpdates : 
        reserved:uint32 -> int
JScript does not support explicit interface implementations.

Parameters

  • reserved
    Type: UInt32

    Reserved for the future use.

Return Value

Type: Int32
S_OK if successful.

Implements

IVsBatchUpdate.FlushPendingUpdates(UInt32)

.NET Framework Security

See Also

Reference

DesignerWindowPane Class

Microsoft.VisualStudio.Shell.Design Namespace