DocumentTask Properties

 

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.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.(Inherited from ErrorTask.)

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

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_pubpropertyIsMarkerValid

Gets whether the marker has been set to invalid.

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_pubpropertySite

Gets the service provider.

System_CAPS_pubpropertySpan

Gets the span where the error occurred.

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.)

System_CAPS_pubpropertyTextLineMarker

Returns the text line marker object that describes the location of the error.

Return to top
Show: