_OLELOOP Enumeration
Specifies the reasons for pushing a message loop.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Déclaration
Public Enumeration _OLELOOP
'Utilisation
Dim instance As _OLELOOP
public enum _OLELOOP
public enum class _OLELOOP
type _OLELOOP
public enum _OLELOOP
Members
Member name | Description | |
---|---|---|
oleloopFocusWait | Indicates the component is activating the host. | |
oleloopDoEvents | Indicates the component is requesting that the host to process messages. | |
oleloopDebug | Indicates the component has entered debug mode. | |
oleloopModalForm | Indicates the component is displaying a modal form. |
Remarks
Passed to FPushMessageLoop() and FPushMessageLoop(). The host should remain in the message loop until FContinueMessageLoop() (or FContinueMessageLoop()) returns false.