ErrorListProvider Class
This task provider is used to provide tasks for the Visual StudioError List window.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.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
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.