DocumentTask Methods
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Recovers resources just before the DocumentTask object is destroyed. |
![]() | Dispose(Boolean) | Recovers resources just before the DocumentTask object is destroyed. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | ExecMarkerCommand(IVsTextMarker^, Int32) | Executes a command on a specific marker in the text buffer. |
![]() | Finalize() | Recovers resources just before the DocumentTask object is destroyed.(Overrides Object::Finalize().) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMarkerCommandInfo(IVsTextMarker^, Int32, array<String^>^, array<UInt32>^) | Queries the marker for the command information. |
![]() | GetTipText(IVsTextMarker^, array<String^>^) | Gets the tip text for the text marker that is displayed when the mouse hovers over the marker. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUserContext(IVsUserContext^) | Creates a new user context.(Inherited from Task.) |
![]() | MarkerInvalidated() | Called when the text that is associated with a marker is deleted by a user action. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnAfterMarkerChange(IVsTextMarker^) | Signals that the marker position has changed. |
![]() | OnAfterSpanReload() | Signals that the text under the marker has been altered but the marker has not been deleted. |
![]() | OnBeforeBufferClose() | Sends notification that the text buffer is about to close. |
![]() | OnBufferSave(String^) | Called when the buffer has been saved. |
![]() | 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^) | Loads the document that is associated with the error and jumps to the location of the error.(Overrides Task::OnNavigate(EventArgs^).) |
![]() | OnRemoved(EventArgs^) | Called when this DocumentTask object is removed from the Error List Options window.(Overrides Task::OnRemoved(EventArgs^).) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IVsErrorItem::GetCategory(UInt32) | Gets the category of the error.(Inherited from ErrorTask.) |
![]() ![]() | IVsErrorItem::GetHierarchy(IVsHierarchy^) | Gets the hierarchy node associated with the task.(Inherited from ErrorTask.) |
![]() ![]() | IVsTaskItem::CanDelete(Int32) | Gets whether or not it is possible to delete the task.(Inherited from Task.) |
![]() ![]() | IVsTaskItem::Category(array<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(array<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.) |



