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

‘선언
Private Function FlushPendingUpdates ( _
    reserved As UInteger _
) As Integer Implements IVsBatchUpdate.FlushPendingUpdates
‘사용 방법
Dim instance As DesignerWindowPane
Dim reserved As UInteger
Dim returnValue As Integer

returnValue = CType(instance, IVsBatchUpdate).FlushPendingUpdates(reserved)
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

Return Value

Type: System.Int32
S_OK if successful.

Implements

IVsBatchUpdate.FlushPendingUpdates(UInt32)

.NET Framework Security

See Also

Reference

DesignerWindowPane Class

DesignerWindowPane Members

Microsoft.VisualStudio.Shell.Design Namespace