次の方法で共有


ErrorTask Members

Represents an error task on the Task List. This class implements IVsErrorItem.

The ErrorTask type exposes the following members.

Constructors

  Name Description
Public method ErrorTask Overloaded. Initializes a new instance of an ErrorTask.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetUserContext Creates a new user context. (Inherited from Task.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnDeleted Raised when the task has been deleted. (Inherited from Task.)
Protected method OnHelp Raised when the user requests Help; for example by right-clicking and selecting Show Error Help. (Inherited from Task.)
Protected method OnNavigate 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.)
Protected method OnRemoved Raised when a task has been removed from the task list. (Inherited from Task.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property CanDelete Gets or sets whether or not the task can be deleted. (Inherited from Task.)
Public property Category Gets or sets the task's category. (Inherited from Task.)
Public property Checked Gets or sets whether not the task's check box is currently selected or cleared. (Inherited from Task.)
Public property Column Gets or sets the column number within the file associated with the task. (Inherited from Task.)
Public property Document Gets or sets the file associated with the task. (Inherited from Task.)
Public property ErrorCategory Gets or sets the error category of this task.
Public property HelpKeyword Gets or sets the Help keyword associated with the task. (Inherited from Task.)
Public property HierarchyItem Gets or sets the hierarchy item associated with this task.
Public property ImageIndex Gets or sets the index of the image associated with the task. (Inherited from Task.)
Public property IsCheckedEditable Gets or sets whether or not it is possible to edit the checked state of the task. (Inherited from Task.)
Public property IsPriorityEditable Gets or sets whether or not it is possible to edit the priority of a task. (Inherited from Task.)
Public property IsTextEditable Gets or sets whether or not it is possible to edit the description of a task. (Inherited from Task.)
Public property Line Gets or sets the line number of the file associated with the task. (Inherited from Task.)
Public property Priority Gets or sets the priority of a task. (Inherited from Task.)
Public property SubcategoryIndex Gets or sets the index of the subcategory of the task. (Inherited from Task.)
Public property Text Gets or sets the description of a task. (Inherited from Task.)

Top

Events

  Name Description
Public event Deleted Handles OnDeleted events. (Inherited from Task.)
Public event Help Handles OnHelp events. (Inherited from Task.)
Public event Navigate Handles OnNavigate events. (Inherited from Task.)
Public event Removed Handles OnRemoved events. (Inherited from Task.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsTaskItem.CanDelete (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.Category (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.Column (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.Document (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.get_Checked (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.get_Priority (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.get_Text (Inherited from Task.)
Explicit interface implemetationPrivate method IVsErrorItem.GetCategory
Explicit interface implemetationPrivate method IVsErrorItem.GetHierarchy
Explicit interface implemetationPrivate method IVsTaskItem.HasHelp (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.ImageListIndex (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.IsReadOnly (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.Line (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.NavigateTo (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.NavigateToHelp (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.OnDeleteTask (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.OnFilterTask (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.put_Checked (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.put_Priority (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.put_Text (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.SubcategoryIndex (Inherited from Task.)

Top

See Also

Reference

ErrorTask Class

Microsoft.VisualStudio.Shell Namespace