DoIdleEventArgs(UInt32) Constructor
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.
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.