OleComponent.FContinueMessageLoopCore Method

Default implementation of FContinueMessageLoop. Simply raises the ContinueMessageLoop event if there are any listeners.

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Protected Overridable Function FContinueMessageLoopCore ( _
    uReason As UInteger, _
    pvLoopData As IntPtr, _
    pMsgPeeked As MSG() _
) As Boolean
‘사용 방법
Dim uReason As UInteger
Dim pvLoopData As IntPtr
Dim pMsgPeeked As MSG()
Dim returnValue As Boolean

returnValue = Me.FContinueMessageLoopCore(uReason, _
    pvLoopData, pMsgPeeked)
protected virtual bool FContinueMessageLoopCore(
    uint uReason,
    IntPtr pvLoopData,
    MSG[] pMsgPeeked
)
protected:
virtual bool FContinueMessageLoopCore(
    unsigned int uReason, 
    IntPtr pvLoopData, 
    array<MSG>^ pMsgPeeked
)
abstract FContinueMessageLoopCore : 
        uReason:uint32 * 
        pvLoopData:IntPtr * 
        pMsgPeeked:MSG[] -> bool 
override FContinueMessageLoopCore : 
        uReason:uint32 * 
        pvLoopData:IntPtr * 
        pMsgPeeked:MSG[] -> bool 
protected function FContinueMessageLoopCore(
    uReason : uint, 
    pvLoopData : IntPtr, 
    pMsgPeeked : MSG[]
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

OleComponent Class

OleComponent Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace