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 列挙の値に対応します。

適用対象