Share via


VsTaskWaitOptions Enumeration

Specifies the options for task wait operations.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
<FlagsAttribute> _
Public Enumeration VsTaskWaitOptions
[FlagsAttribute]
public enum VsTaskWaitOptions

Members

Member name Description
None The default behavior should be used.
AbortOnTaskCancellation The task must return from a wait immediately if the task is canceled.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace