CommentTaskPriority 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.
Value that indicates the priority of a task in the task list.
public enum class CommentTaskPriority
public enum class CommentTaskPriority
enum CommentTaskPriority
public enum CommentTaskPriority
type CommentTaskPriority =
Public Enum CommentTaskPriority
- Inheritance
-
CommentTaskPriority
Fields
Name | Value | Description |
---|---|---|
High | 0 | High priority. |
Normal | 1 | Normal priority. |
Low | 2 | Low priority. |
Remarks
The values in this enumeration correspond to the values in a the Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY enumeration.