__VSASYNCTOOLBOXSTATE Enum
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
C++/CX
public enum class __VSASYNCTOOLBOXSTATE
enum __VSASYNCTOOLBOXSTATE
public enum __VSASYNCTOOLBOXSTATE
type __VSASYNCTOOLBOXSTATE =
Public Enum __VSASYNCTOOLBOXSTATE
- Inheritance
-
__VSASYNCTOOLBOXSTATE
Name | Value | Description |
---|---|---|
ATS_NONE | 0 | No asynchronous operations are pending or in progress. |
ATS_INITIALIZING | 1 | The initialization sequence is in progress (also set during a reset operation). |
ATS_FILTERING | 2 | The item visibility determination is in progress. |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |