CommonMessagePump.IOleComponent2Private.FContinueMessageLoop 方法

对消息循环的每次迭代时。

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

语法

声明
Private Function FContinueMessageLoop ( _
    uReason As UInteger, _
    pvLoopData As IntPtr, _
    pMsgPeeked As MSG() _
) As Integer Implements IOleComponent2Private.FContinueMessageLoop
int IOleComponent2Private.FContinueMessageLoop(
    uint uReason,
    IntPtr pvLoopData,
    MSG[] pMsgPeeked
)

参数

  • uReason
    类型:System.UInt32
    消息的发信方给定原因。
  • pvLoopData
    类型:System.IntPtr
    调用方提供的私有数据。

返回值

类型:System.Int32
false (0),如果等待已取消,否则 true (1)。

实现

IOleComponent2Private.FContinueMessageLoop(UInt32, IntPtr, array<MSG[])

.NET Framework 安全性

请参见

参考

CommonMessagePump 类

Microsoft.VisualStudio.Shell 命名空间