ErrorListProvider.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.
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.