_vstaskpriority Enum
Definition
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
public enum class _vstaskpriority
enum _vstaskpriority
public enum _vstaskpriority
type _vstaskpriority =
Public Enum _vstaskpriority
- Inheritance
-
_vstaskpriority
Fields
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. |
Remarks
COM Signature
From vsshell.idl: