Task::IVsTaskItem::OnDeleteTask Method ()
Visual Studio 2015
Raised when a task has been deleted.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Implements
IVsTaskItem::OnDeleteTask()This method is called only if the CanDelete method is set to true. When a task is deleted, you must remove the task from your internal list, but it is not necessary to call the RefreshTasks method on the task list
Show: