DesignerWindowPane.IVsBatchUpdate.FlushPendingUpdates 方法

调用时, Visual Studio 希望窗口窗格刷新其状态更改为基础缓冲区。

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Private Function FlushPendingUpdates ( _
    reserved As UInteger _
) As Integer Implements IVsBatchUpdate.FlushPendingUpdates
int IVsBatchUpdate.FlushPendingUpdates(
    uint reserved
)

参数

返回值

类型:System.Int32
S_OK ,如果成功。

实现

IVsBatchUpdate.FlushPendingUpdates(UInt32)

.NET Framework 安全性

请参见

参考

DesignerWindowPane 类

Microsoft.VisualStudio.Shell.Design 命名空间