_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
public enum _vstaskpriority
type _vstaskpriority =
Public Enum _vstaskpriority
- Inheritance
-
_vstaskpriority
Name | Value | Description |
---|---|---|
TP_HIGH | 0 | Red exclamation mark, indicating high priority. |
TP_NORMAL | 1 | No bitmap, indicating normal priority. |
TP_LOW | 2 | Blue exclamation mark, indicating low priority. |
From vsshell.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |