CommentTaskPriority 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.
Value that indicates the priority of a task in the task list.
public enum class CommentTaskPriority
C++/CX
public enum class CommentTaskPriority
enum CommentTaskPriority
public enum CommentTaskPriority
type CommentTaskPriority =
Public Enum CommentTaskPriority
- Inheritance
-
CommentTaskPriority
Name | Value | Description |
---|---|---|
High | 0 | High priority. |
Normal | 1 | Normal priority. |
Low | 2 | Low priority. |
The values in this enumeration correspond to the values in a the Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY enumeration.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |