_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)

public enum _OLELOOP

Member nameDescription
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.

Return to top
Show: