VSTASKPRIORITY Enumeration

Specifies the bitmap used to indicate the priority level of a task item.

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

Syntax

'Declaration
<GuidAttribute("E323C22C-55B2-11D3-9479-00C04F683646")> _
Public Enumeration VSTASKPRIORITY
'Usage
Dim instance As VSTASKPRIORITY
[GuidAttribute("E323C22C-55B2-11D3-9479-00C04F683646")]
public enum VSTASKPRIORITY
[GuidAttribute(L"E323C22C-55B2-11D3-9479-00C04F683646")]
public enum class VSTASKPRIORITY
public enum VSTASKPRIORITY

Members

Member name Description
TP_HIGH Red exclamation mark, indicating high priority.
TP_NORMAL No bitmap, indicating normal priority.
TP_LOW Blue down arrow, indicating low priority.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace