ErrorListProvider.VsTaskList Property

Definition

Returns the service that allows VSPackage implementers to store and manage their tasks as a part of the environment's 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 override Microsoft.VisualStudio.Shell.Interop.IVsTaskList VsTaskList { get; }
member this.VsTaskList : Microsoft.VisualStudio.Shell.Interop.IVsTaskList
Protected Overrides ReadOnly Property VsTaskList As IVsTaskList

Property Value

Returns an IVsTaskList object.

Applies to