VsShellUtilities::GetTaskItems Method (IServiceProvider^)
Visual Studio 2015
Note: This API is now obsolete.Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Return to top
Gets a list of tasks.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: [ObsoleteAttribute("This method is obsolete. Please use GetTaskItems2 instead.")] static IList<IVsTaskItem2^>^ GetTaskItems( IServiceProvider^ serviceProvider )
Parameters
- serviceProvider
- Type: System::IServiceProvider^
Return Value
Type: System.Collections.Generic::IList<IVsTaskItem2^>^An IList of type IVsTaskItem2 of the task items.
Show: