Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.UInt32
Reserved for the future use.
Return Value
Type: System.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.