共用方式為


CommentTaskPriority 列舉

定義

值,指出工作清單中的任務優先順序。

public enum class CommentTaskPriority
public enum class CommentTaskPriority
enum CommentTaskPriority
public enum CommentTaskPriority
type CommentTaskPriority = 
Public Enum CommentTaskPriority
繼承
CommentTaskPriority

欄位

High 0

高優先順序。

Low 2

低優先順序。

Normal 1

一般優先順序。

備註

這個列舉中的值會對應至 Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY 列舉中的值。

適用於