ErrorListProvider::VsTaskList Property

 

Returns the service that allows VSPackage implementers to store and manage their tasks as a part of the environment's 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() override;
}

Property Value

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

Returns an IVsTaskList object.

Return to top
Show: