TaskProvider.VsTaskList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
This property creates a new instance of the task list if it is null
and registers this provider with it.