ErrorTask 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.(Inherited from Task.)

System_CAPS_pubpropertyCategory

Gets or sets the task's category.(Inherited from Task.)

System_CAPS_pubpropertyChecked

Gets or sets whether not the task's check box is currently selected or cleared.(Inherited from Task.)

System_CAPS_pubpropertyColumn

Gets or sets the column number within the file associated with the task.(Inherited from Task.)

System_CAPS_pubpropertyDocument

Gets or sets the file associated with the task.(Inherited from Task.)

System_CAPS_pubpropertyErrorCategory

Gets or sets the error category of this task.

System_CAPS_pubpropertyHelpKeyword

Gets or sets the Help keyword associated with the task.(Inherited from Task.)

System_CAPS_pubpropertyHierarchyItem

Gets or sets the hierarchy item associated with this task.

System_CAPS_pubpropertyImageIndex

Gets or sets the index of the image associated with the task.(Inherited from Task.)

System_CAPS_pubpropertyIsCheckedEditable

Gets or sets whether or not it is possible to edit the checked state of the task.(Inherited from Task.)

System_CAPS_pubpropertyIsPriorityEditable

Gets or sets whether or not it is possible to edit the priority of a task.(Inherited from Task.)

System_CAPS_pubpropertyIsTextEditable

Gets or sets whether or not it is possible to edit the description of a task.(Inherited from Task.)

System_CAPS_pubpropertyLine

Gets or sets the line number of the file associated with the task.(Inherited from Task.)

System_CAPS_pubpropertyPriority

Gets or sets the priority of a task.(Inherited from Task.)

System_CAPS_pubpropertySubcategoryIndex

Gets or sets the index of the subcategory of the task.(Inherited from Task.)

System_CAPS_pubpropertyText

Gets or sets the description of a task.(Inherited from Task.)

Return to top
Show: