Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Private Function FContinueMessageLoop ( _
uReason As UInteger, _
pvLoopData As IntPtr, _
pMsgPeeked As MSG() _
) As Integer Implements IOleComponent2Private.FContinueMessageLoop
'Usage
Dim instance As CommonMessagePump
Dim uReason As UInteger
Dim pvLoopData As IntPtr
Dim pMsgPeeked As MSG()
Dim returnValue As Integer
returnValue = CType(instance, IOleComponent2Private).FContinueMessageLoop(uReason, _
pvLoopData, pMsgPeeked)
int IOleComponent2Private.FContinueMessageLoop(
uint uReason,
IntPtr pvLoopData,
MSG[] pMsgPeeked
)
private:
virtual int FContinueMessageLoop(
unsigned int uReason,
IntPtr pvLoopData,
array<MSG>^ pMsgPeeked
) sealed = IOleComponent2Private::FContinueMessageLoop
private abstract FContinueMessageLoop :
uReason:uint32 *
pvLoopData:IntPtr *
pMsgPeeked:MSG[] -> int
private override FContinueMessageLoop :
uReason:uint32 *
pvLoopData:IntPtr *
pMsgPeeked:MSG[] -> int
JScript does not support explicit interface implementations.
Parameters
- uReason
Type: System.UInt32
- pvLoopData
Type: System.IntPtr
- pMsgPeeked
Type: array<Microsoft.VisualStudio.OLE.Interop.MSG[]
Return Value
Type: System.Int32
Implements
IOleComponent2Private.FContinueMessageLoop(UInt32, IntPtr, array<MSG[])
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.