TaskProvider::IVsTaskProvider::OnTaskListFinalRelease Method (IVsTaskList^)

 

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.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual int OnTaskListFinalRelease(
	IVsTaskList^ taskList
) sealed = IVsTaskProvider::OnTaskListFinalRelease

Parameters

taskList
Type: Microsoft.VisualStudio.Shell.Interop::IVsTaskList^

The task list.

Return Value

Type: System::Int32

S_OK.

Return to top
Show: