Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies if any asynchronous operations are pending or in progress.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration __VSASYNCTOOLBOXSTATE
public enum __VSASYNCTOOLBOXSTATE
public enum class __VSASYNCTOOLBOXSTATE
type __VSASYNCTOOLBOXSTATE
public enum __VSASYNCTOOLBOXSTATE
Members
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. |
Remarks
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.