IVsTaskItem::OnDeleteTask Method ()
Visual Studio 2015
Notifies the task provider that a user has deleted a task.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
This method is only called 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: