Task Properties

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubpropertyCanDelete

Gets or sets whether or not the task can be deleted.

System_CAPS_pubpropertyCategory

Gets or sets the task's category.

System_CAPS_pubpropertyChecked

Gets or sets whether not the task's check box is currently selected or cleared.

System_CAPS_pubpropertyColumn

Gets or sets the column number within the file associated with the task.

System_CAPS_pubpropertyDocument

Gets or sets the file associated with the task.

System_CAPS_pubpropertyHelpKeyword

Gets or sets the Help keyword associated with the task.

System_CAPS_pubpropertyImageIndex

Gets or sets the index of the image associated with the task.

System_CAPS_pubpropertyIsCheckedEditable

Gets or sets whether or not it is possible to edit the checked state of the task.

System_CAPS_pubpropertyIsPriorityEditable

Gets or sets whether or not it is possible to edit the priority of a task.

System_CAPS_pubpropertyIsTextEditable

Gets or sets whether or not it is possible to edit the description of a task.

System_CAPS_pubpropertyLine

Gets or sets the line number of the file associated with the task.

System_CAPS_pubpropertyPriority

Gets or sets the priority of a task.

System_CAPS_pubpropertySubcategoryIndex

Gets or sets the index of the subcategory of the task.

System_CAPS_pubpropertyText

Gets or sets the description of a task.

Return to top
Show: