VSTASKPRIORITY Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the bitmap used to indicate the priority level of a task item.
public enum class VSTASKPRIORITY
C++/CX
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
Name | Value | Description |
---|---|---|
TP_HIGH | 0 | Red exclamation mark, indicating high priority. |
TP_NORMAL | 1 | No bitmap, indicating normal priority. |
TP_LOW | 2 | Blue down arrow, indicating low priority. |
From vsshell.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |