vsTaskListColumn Enum
Definition
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.
Represents the column in the Task List that was modified.
public enum class vsTaskListColumn
public enum class vsTaskListColumn
enum vsTaskListColumn
[System.Runtime.InteropServices.Guid("9848C17E-6AA5-11D2-97C3-00C04FB6C6FF")]
public enum vsTaskListColumn
[<System.Runtime.InteropServices.Guid("9848C17E-6AA5-11D2-97C3-00C04FB6C6FF")>]
type vsTaskListColumn =
Public Enum vsTaskListColumn
- Inheritance
-
vsTaskListColumn
- Attributes
Fields
vsTaskListColumnCheck | 4 | The Check column |
vsTaskListColumnDescription | 8 | The Description column |
vsTaskListColumnFile | 16 | The File column |
vsTaskListColumnGlyph | 2 | The Icon column |
vsTaskListColumnLine | 32 | The Line column |
vsTaskListColumnPriority | 1 | The Priority column |