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
)
参数
- reserved
类型:System.UInt32
为供将来使用保留。
返回值
类型:System.Int32
S_OK ,如果成功。
实现
IVsBatchUpdate.FlushPendingUpdates(UInt32)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。