다음을 통해 공유


SingleTaskIdleManager.IOleComponent.FContinueMessageLoop Method

Called during each iteration of a message loop.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Private Function FContinueMessageLoop ( _
    uReason As UInteger, _
    pvLoopData As IntPtr, _
    pMsgPeeked As MSG() _
) As Integer Implements IOleComponent.FContinueMessageLoop
int IOleComponent.FContinueMessageLoop(
    uint uReason,
    IntPtr pvLoopData,
    MSG[] pMsgPeeked
)

Parameters

Return Value

Type: System.Int32
true if the message loop should continue, false otherwise. If false is returned, the component manager terminates the loop without removing pMsgPeeked from the queue.

Implements

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

.NET Framework Security

See Also

Reference

SingleTaskIdleManager Class

Microsoft.VisualStudio.Shell Namespace