__VSASYNCTOOLBOXSTATE Enumeration
Visual Studio 2015
Specifies if any asynchronous operations are pending or in progress.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Member name | Description | |
|---|---|---|
| ATS_FILTERING | The item visibility determination is in progress. | |
| ATS_INITIALIZING | The initialization sequence is in progress (also set during a reset operation). | |
| ATS_NONE | No asynchronous operations are pending or in progress. |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Show: