DoIdleEventArgs(UInt32) Constructor

Definition

Constructs a DoIdleEventArgs object from the given raw flags value.

public:
 DoIdleEventArgs(System::UInt32 rawFlags);
public:
 DoIdleEventArgs(unsigned int rawFlags);
 DoIdleEventArgs(unsigned int rawFlags);
public DoIdleEventArgs (uint rawFlags);
new Microsoft.VisualStudio.PlatformUI.OleComponentSupport.DoIdleEventArgs : uint32 -> Microsoft.VisualStudio.PlatformUI.OleComponentSupport.DoIdleEventArgs
Public Sub New (rawFlags As UInteger)

Parameters

rawFlags
UInt32

The MSO flags that indicate what kind of idle tasks the user should perform.
Exposed through the IdleTypes property.

Applies to