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
[GuidAttribute("E323C22C-55B2-11D3-9479-00C04F683646")]
public enum VSTASKPRIORITY
[GuidAttribute(L"E323C22C-55B2-11D3-9479-00C04F683646")]
public enum class VSTASKPRIORITY
[<GuidAttribute("E323C22C-55B2-11D3-9479-00C04F683646")>]
type VSTASKPRIORITY
public enum VSTASKPRIORITY
Members
Member name | Description | |
---|---|---|
TP_HIGH | Red exclamation mark, indicating high priority. | |
TP_LOW | Blue down arrow, indicating low priority. | |
TP_NORMAL | No bitmap, indicating normal priority. |
Remarks
COM Signature
From vsshell.idl: