__VSASYNCTOOLBOXSTATE 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 if any asynchronous operations are pending or in progress.
public enum class __VSASYNCTOOLBOXSTATE
public enum class __VSASYNCTOOLBOXSTATE
enum __VSASYNCTOOLBOXSTATE
public enum __VSASYNCTOOLBOXSTATE
type __VSASYNCTOOLBOXSTATE =
Public Enum __VSASYNCTOOLBOXSTATE
- Inheritance
-
__VSASYNCTOOLBOXSTATE
Fields
ATS_FILTERING | 2 | The item visibility determination is in progress. |
ATS_INITIALIZING | 1 | The initialization sequence is in progress (also set during a reset operation). |
ATS_NONE | 0 | No asynchronous operations are pending or in progress. |
Remarks
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.