CommentTaskPriority Enumeration

Visual Studio 2015
 

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.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public enum CommentTaskPriority

Member nameDescription
High

High priority.

Low

Low priority.

Normal

Normal priority.

Return to top
Show: