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: UInt32Reserved for the future use.
Return Value
Type: Int32
S_OK if successful.
Implements
IVsBatchUpdate.FlushPendingUpdates(UInt32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.