Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |