_OLEIDLEF Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the OLE component idle flags.
This enumeration supports a bitwise combination of its member values.
public enum class _OLEIDLEF
public enum class _OLEIDLEF
enum _OLEIDLEF
public enum _OLEIDLEF
[System.Flags]
public enum _OLEIDLEF
type _OLEIDLEF =
[<System.Flags>]
type _OLEIDLEF =
Public Enum _OLEIDLEF
- Inheritance
-
_OLEIDLEF
- Attributes
Fields
oleidlefAll | -1 | Indicates all idle tasks. |
oleidlefNonPeriodic | 2 | Indicates any non-periodic idle tasks. |
oleidlefPeriodic | 1 | Indicates periodic idle tasks |
oleidlefPriority | 4 | Indicates high priority, non-periodic idle tasks. |
Remarks
Passed to FDoIdle and <xref:Microsoft.VisualStudio.OLE.Interop.IOleStdComponentMgr.FDoIdle%2A>.