TaskItem Properties
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | Category | Gets a string representing the category of the task item. |
![]() | Checked | Sets or gets whether a task item in the Task List window has a check in the check box column. |
![]() | Collection | Returns the collection containing the TaskItem object supporting this property. |
![]() | Description | Sets or gets a string that represents the description for the TaskItem object. |
![]() | Displayed | Gets whether the task item is currently visible in the Task List window. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | FileName | Sets or gets a string representing the file name that was passed to the Task List window when the task item was created. |
![]() | IsSettable[vsTaskListColumn] | Returns whether a given column of a task item can be edited. |
![]() | Line | Sets or gets the line number of the TaskItem object. |
![]() | Priority | Sets or gets a constant that indicates the priority of the task item. |
![]() | SubCategory | Gets a string representing the task item's subcategory. |
