IdleTypes Enumeration

The flags given in a call to FDoIdle to indicate what kind of idle tasks should be done. This enum is also located in the DoIdleEventArgs given to listeners of the DoIdle event.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

声明
<FlagsAttribute> _
Public Enumeration IdleTypes
用法
Dim instance As IdleTypes
[FlagsAttribute]
public enum IdleTypes
[FlagsAttribute]
public enum class IdleTypes
[<FlagsAttribute>]
type IdleTypes
public enum IdleTypes

Members

Member name Description
Periodic The component should perform periodic idle tasks.
NonPeriodic The component should perform nonperiodic idle tasks.
Priority The component should perform high priority, nonperiodic idle tasks.
All The component should perform all idle tasks.

See Also

Reference

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace