TaskProvider::VsTaskList Property

 

Gets the task list.

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

protected:
property IVsTaskList^ VsTaskList {
	virtual IVsTaskList^ get();
}

This property creates a new instance of the task list if it is null and registers this provider with it.

Return to top
Show: