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 the options for task wait operations.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration __VSTASKWAITOPTIONS
public enum __VSTASKWAITOPTIONS
public enum class __VSTASKWAITOPTIONS
type __VSTASKWAITOPTIONS
public enum __VSTASKWAITOPTIONS
Members
Member name | Description | |
---|---|---|
VSTWO_AbortOnTaskCancellation | The task must return from a wait immediately if the task is canceled. | |
VSTWO_None | The default behavior should be used. |