VsShellUtilities::GetErrorListItems Method (IServiceProvider^)

 

Gets the items in the error list.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static IEnumerable<IVsTaskItem^>^ GetErrorListItems(
	IServiceProvider^ serviceProvider
)

Parameters

serviceProvider
Type: System::IServiceProvider^

The service provider.

Return Value

Type: System.Collections.Generic::IEnumerable<IVsTaskItem^>^

The error list items.

Return to top
Show: