Source::RemoveTask Method (DocumentTask^)
Visual Studio 2015
Removes the specified error task from the error Task window.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- task
-
Type:
Microsoft.VisualStudio.Package::DocumentTask^
A DocumentTask object representing the error task to remove.
This method searches the internal TaskProvider list for a matching DocumentTask object and removes the found object.
Show: