TaskProvider.VsTaskList Property

Definition

Gets the task list.

protected:
 virtual property Microsoft::VisualStudio::Shell::Interop::IVsTaskList ^ VsTaskList { Microsoft::VisualStudio::Shell::Interop::IVsTaskList ^ get(); };

Property Value

IVsTaskList.

Remarks

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

Applies to