VSTASKPRIORITY Enum

Definition

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

public enum class VSTASKPRIORITY
public enum class VSTASKPRIORITY
enum VSTASKPRIORITY
[System.Runtime.InteropServices.Guid("E323C22C-55B2-11D3-9479-00C04F683646")]
public enum VSTASKPRIORITY
[<System.Runtime.InteropServices.Guid("E323C22C-55B2-11D3-9479-00C04F683646")>]
type VSTASKPRIORITY = 
Public Enum VSTASKPRIORITY
Inheritance
VSTASKPRIORITY
Attributes

Fields

TP_HIGH 0

Red exclamation mark, indicating high priority.

TP_LOW 2

Blue down arrow, indicating low priority.

TP_NORMAL 1

No bitmap, indicating normal priority.

Remarks

COM Signature

From vsshell.idl:

Applies to