_OLELOOP Enumeration
Visual Studio 2015
Specifies the reasons for pushing a message loop.
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
| Member name | Description | |
|---|---|---|
| oleloopDebug | Indicates the component has entered debug mode. | |
| oleloopDoEvents | Indicates the component is requesting that the host to process messages. | |
| oleloopFocusWait | Indicates the component is activating the host. | |
| oleloopModalForm | Indicates the component is displaying a modal form. |
Passed to M:Microsoft.VisualStudio.OLE.Interop.IOleComponentManager.FPushMessageLoop and M:Microsoft.VisualStudio.OLE.Interop.IOleComponentHost.FPushMessageLoop. The host should remain in the message loop until M:Microsoft.VisualStudio.OLE.Interop.IOleComponent.FContinueMessageLoop (or M:Microsoft.VisualStudio.OLE.Interop.IOleStdComponentMgr.FContinueMessageLoop) returns false.
Show: