DocumentTask Members
Include Protected Members
Include Inherited Members
Represents an item for a language service in the Error List Options window.
The DocumentTask type exposes the following members.
Constructors
Name
Description
Initializes a new instance of DocumentTask for the specified text buffer, text span, and file name.
Top
Methods
Name
Description
Overloaded. Recovers resources that are allocated just before the DocumentTask object is destroyed.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Executes a command on a specific marker in the text buffer.
Recovers resources just before the DocumentTask object is destroyed. (Overrides Object.Finalize().)
Serves as a hash function for a particular type. (Inherited from Object.)
Queries the marker for the command information.
Gets the tip text for the text marker that is displayed when the mouse hovers over the marker.
Gets the type of the current instance. (Inherited from Object.)
Creates a new user context. (Inherited from Task.)
Called when the text that is associated with a marker is deleted by a user action.
Creates a shallow copy of the current Object. (Inherited from Object.)
Signals that the marker position has changed.
Signals that the text under the marker has been altered but the marker has not been deleted.
Sends notification that the text buffer is about to close.
Called when the buffer has been saved.
Raised when the task has been deleted. (Inherited from Task.)
Raised when the user requests Help; for example by right-clicking and selecting Show Error Help. (Inherited from Task.)
Loads the document that is associated with the error and jumps to the location of the error. (Overrides Task.OnNavigate(EventArgs).)
Called when this DocumentTask object is removed from the Error List Options window. (Overrides Task.OnRemoved(EventArgs).)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets whether or not the task can be deleted. (Inherited from Task.)
Gets or sets the task's category. (Inherited from Task.)
Gets or sets whether not the task's check box is currently selected or cleared. (Inherited from Task.)
Gets or sets the column number within the file associated with the task. (Inherited from Task.)
Gets or sets the file associated with the task. (Inherited from Task.)
Gets or sets the error category of this task. (Inherited from ErrorTask.)
Gets or sets the Help keyword associated with the task. (Inherited from Task.)
Gets or sets the hierarchy item associated with this task. (Inherited from ErrorTask.)
Gets or sets the index of the image associated with the task. (Inherited from Task.)
Gets or sets whether or not it is possible to edit the checked state of the task. (Inherited from Task.)
Gets whether the marker has been set to invalid.
Gets or sets whether or not it is possible to edit the priority of a task. (Inherited from Task.)
Gets or sets whether or not it is possible to edit the description of a task. (Inherited from Task.)
Gets or sets the line number of the file associated with the task. (Inherited from Task.)
Gets or sets the priority of a task. (Inherited from Task.)
Gets the service provider.
Gets the span where the error occurred.
Gets or sets the index of the subcategory of the task. (Inherited from Task.)
Gets or sets the description of a task. (Inherited from Task.)
Returns the text line marker object that describes the location of the error.
Top
Events
Name
Description
Handles OnDeleted events. (Inherited from Task.)
Handles OnHelp events. (Inherited from Task.)
Handles OnNavigate events. (Inherited from Task.)
Handles OnRemoved events. (Inherited from Task.)
Top
Explicit Interface Implementations
Name
Description
Gets whether or not it is possible to delete the task. (Inherited from Task.)
Sets the task category. (Inherited from Task.)
Gets the column number of the file associated with the task. (Inherited from Task.)
Gets the name of the file associated with the task. (Inherited from Task.)
Determines whether the task item's check box is currently selected or cleared. (Inherited from Task.)
Gets the priority of the task. (Inherited from Task.)
Gets the description of the task. (Inherited from Task.)
Gets the category of the error. (Inherited from ErrorTask.)
Gets the hierarchy node associated with the task. (Inherited from ErrorTask.)
Determines whether or not the task has associated help. (Inherited from Task.)
Gets the index of the image associated with the task. (Inherited from Task.)
Determines whether or not the specified task field is read-only. (Inherited from Task.)
Gets the line number of the file associated with the task. (Inherited from Task.)
Opens a file associated with a task and moves to the appropriate position in the file. (Inherited from Task.)
Opens the Help resource associated with a task. (Inherited from Task.)
Raised when a task has been deleted. (Inherited from Task.)
Raised when a task has been filtered into or out of a view. (Inherited from Task.)
Sets whether a task item's check box is selected or cleared. (Inherited from Task.)
Sets the priority level of a task item. (Inherited from Task.)
Sets the description of the task. (Inherited from Task.)
Gets the index of the task in the subcategory list. (Inherited from Task.)
Top