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
- 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.