CommentTaskPriority Enum

Definition

Value that indicates the priority of a task in the task list. The values in this enumeration correspond to the values in a the Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY enumeration.

public enum class CommentTaskPriority
public enum class CommentTaskPriority
enum CommentTaskPriority
public enum CommentTaskPriority
type CommentTaskPriority = 
Public Enum CommentTaskPriority
Inheritance
CommentTaskPriority

Fields

High 0

High priority.

Low 2

Low priority.

Normal 1

Normal priority.

Remarks

The values in this enumeration correspond to the values in a the Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY enumeration.

Applies to