Share via


ErrorListProvider Class

This task provider is used to provide tasks for the Visual Studio Error List window.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class ErrorListProvider _
    Inherits TaskProvider
'Usage
Dim instance As ErrorListProvider
[CLSCompliantAttribute(false)]
public class ErrorListProvider : TaskProvider
[CLSCompliantAttribute(false)]
public ref class ErrorListProvider : public TaskProvider
public class ErrorListProvider extends TaskProvider

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.TaskProvider
    Microsoft.VisualStudio.Shell.ErrorListProvider

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ErrorListProvider Members

Microsoft.VisualStudio.Shell Namespace

TaskProvider