TaskProvider::IVsTaskProvider2::OnTaskListFinalRelease Method (IVsTaskList^)
Visual Studio 2015
Notifies the client to unregister the task provider from the task list if it has not been unregistered by the time the task list is closing.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int OnTaskListFinalRelease( IVsTaskList^ taskList ) sealed = IVsTaskProvider2::OnTaskListFinalRelease
Parameters
- taskList
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsTaskList^
The task list.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: