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.
Enumerates types of message loops used on forms.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Public Enumeration _OLELOOP2
public enum _OLELOOP2
public enum class _OLELOOP2
type _OLELOOP2
public enum _OLELOOP2
Members
| Member name | Description | |
|---|---|---|
| oleloopModalFormWithHandles | The form is modal. | |
| oleloopModalFormWithHandlesNoIdle | The form is modal and no processing is done when the message loop is idle. | |
| oleloopModelessFormWithHandles | The form is modeless. | |
| oleloopModelessFormWithHandlesNoIdle | The form is modeless and no processing is done when the message loop is idle. |