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
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
<CLSCompliantAttribute(False)> _
Public Class ErrorListProvider _
    Inherits TaskProvider
‘사용 방법
Dim instance As ErrorListProvider
[CLSCompliantAttribute(false)]
public class ErrorListProvider : TaskProvider
[CLSCompliantAttribute(false)]
public ref class ErrorListProvider : public TaskProvider
[<CLSCompliantAttribute(false)>]
type ErrorListProvider =  
    class
        inherit TaskProvider
    end
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