ErrorTask Class
Represents an error task on the Task List. This class implements IVsErrorItem.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Microsoft.VisualStudio.Shell.Task
Microsoft.VisualStudio.Shell.ErrorTask
Microsoft.VisualStudio.Package.DocumentTask
| Name | Description | |
|---|---|---|
![]() | ErrorTask() | Initializes a new instance of an ErrorTask. |
![]() | ErrorTask(Exception) | Initializes a new instance of an ErrorTask for the specified error. |
| Name | Description | |
|---|---|---|
![]() | CanDelete | Gets or sets whether or not the task can be deleted.(Inherited from Task.) |
![]() | Category | Gets or sets the task's category.(Inherited from Task.) |
![]() | Checked | Gets or sets whether not the task's check box is currently selected or cleared.(Inherited from Task.) |
![]() | Column | Gets or sets the column number within the file associated with the task.(Inherited from Task.) |
![]() | Document | Gets or sets the file associated with the task.(Inherited from Task.) |
![]() | ErrorCategory | Gets or sets the error category of this task. |
![]() | HelpKeyword | Gets or sets the Help keyword associated with the task.(Inherited from Task.) |
![]() | HierarchyItem | Gets or sets the hierarchy item associated with this task. |
![]() | ImageIndex | Gets or sets the index of the image associated with the task.(Inherited from Task.) |
![]() | IsCheckedEditable | Gets or sets whether or not it is possible to edit the checked state of the task.(Inherited from Task.) |
![]() | IsPriorityEditable | Gets or sets whether or not it is possible to edit the priority of a task.(Inherited from Task.) |
![]() | IsTextEditable | Gets or sets whether or not it is possible to edit the description of a task.(Inherited from Task.) |
![]() | Line | Gets or sets the line number of the file associated with the task.(Inherited from Task.) |
![]() | Priority | Gets or sets the priority of a task.(Inherited from Task.) |
![]() | SubcategoryIndex | Gets or sets the index of the subcategory of the task.(Inherited from Task.) |
![]() | Text | Gets or sets the description of a task.(Inherited from Task.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUserContext(IVsUserContext) | Creates a new user context.(Inherited from Task.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnDeleted(EventArgs) | Raised when the task has been deleted.(Inherited from Task.) |
![]() | OnHelp(EventArgs) | Raised when the user requests Help; for example by right-clicking and selecting Show Error Help.(Inherited from Task.) |
![]() | OnNavigate(EventArgs) | Raised when the user attempts to navigate to the task's location in the file, for example by double-clicking on the task.(Inherited from Task.) |
![]() | OnRemoved(EventArgs) | Raised when a task has been removed from the task list.(Inherited from Task.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IVsErrorItem.GetCategory(UInt32) | Gets the category of the error. |
![]() ![]() | IVsErrorItem.GetHierarchy(IVsHierarchy) | Gets the hierarchy node associated with the task. |
![]() ![]() | IVsTaskItem.CanDelete(Int32) | Gets whether or not it is possible to delete the task.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.Category(VSTASKCATEGORY[]) | Sets the task category.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.Column(Int32) | Gets the column number of the file associated with the task.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.Document(String) | Gets the name of the file associated with the task.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.get_Checked(Int32) | Determines whether the task item's check box is currently selected or cleared.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.get_Priority(VSTASKPRIORITY[]) | Gets the priority of the task.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.get_Text(String) | Gets the description of the task.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.HasHelp(Int32) | Determines whether or not the task has associated help.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.ImageListIndex(Int32) | Gets the index of the image associated with the task.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.IsReadOnly(VSTASKFIELD, Int32) | Determines whether or not the specified task field is read-only.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.Line(Int32) | Gets the line number of the file associated with the task.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.NavigateTo() | Opens a file associated with a task and moves to the appropriate position in the file. (Inherited from Task.) |
![]() ![]() | IVsTaskItem.NavigateToHelp() | Opens the Help resource associated with a task.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.OnDeleteTask() | Raised when a task has been deleted.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.OnFilterTask(Int32) | Raised when a task has been filtered into or out of a view.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.put_Checked(Int32) | Sets whether a task item's check box is selected or cleared.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.put_Priority(VSTASKPRIORITY) | Sets the priority level of a task item. (Inherited from Task.) |
![]() ![]() | IVsTaskItem.put_Text(String) | Sets the description of the task.(Inherited from Task.) |
![]() ![]() | IVsTaskItem.SubcategoryIndex(Int32) | Gets the index of the task in the subcategory list.(Inherited from Task.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





