TaskProvider.VsTaskList Property

Definition

Gets the task list.

protected:
 virtual property Microsoft::VisualStudio::Shell::Interop::IVsTaskList ^ VsTaskList { Microsoft::VisualStudio::Shell::Interop::IVsTaskList ^ get(); };
protected:
 virtual property Microsoft::VisualStudio::Shell::Interop::IVsTaskList ^ VsTaskList { Microsoft::VisualStudio::Shell::Interop::IVsTaskList ^ get(); };
protected virtual Microsoft.VisualStudio.Shell.Interop.IVsTaskList VsTaskList { get; }
member this.VsTaskList : Microsoft.VisualStudio.Shell.Interop.IVsTaskList
Protected Overridable ReadOnly Property VsTaskList As IVsTaskList

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