다음을 통해 공유


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
int IVsBatchUpdate.FlushPendingUpdates(
    uint reserved
)

Parameters

Return Value

Type: System.Int32
S_OK if successful.

Implements

IVsBatchUpdate.FlushPendingUpdates(UInt32)

.NET Framework Security

See Also

Reference

DesignerWindowPane Class

Microsoft.VisualStudio.Shell.Design Namespace