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
JScript does not support explicit interface implementations.
Parameters
- reserved
Type: System.UInt32
Return Value
Type: System.Int32
Implements
IVsBatchUpdate.FlushPendingUpdates(UInt32)
Permissions
- 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.