__VSTASKWAITOPTIONS Enumeration

Specifies the options for task wait operations.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace