ErrorListProvider Members

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

The ErrorListProvider type exposes the following members.

Constructors

  Name Description
Public method ErrorListProvider Creates an ErrorListProvider object.

Top

Methods

  Name Description
Public method BringToFront Activates the Error List window and makes it visible.
Public method Dispose Overloaded. Activates the Error List window and makes it visible.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Destructor for ErrorListProvider. (Overrides TaskProvider.Finalize().)
Public method ForceShowErrors Shows the errors in the Error List window.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetService Gets the service of the specified type. (Inherited from TaskProvider.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Navigate Navigates from the task to the correct position in the document, shown in the specified logical view. (Inherited from TaskProvider.)
Public method Refresh Informs the task list that there are new or edited tasks. (Inherited from TaskProvider.)
Public method ResumeRefresh Restarts the refreshing of the task list after it has been suspended. (Inherited from TaskProvider.)
Public method Show Creates a Error List tool window and shows the errors in it. (Overrides TaskProvider.Show().)
Public method SuspendRefresh Stops refreshing the task list until ResumeRefresh is called. (Inherited from TaskProvider.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property AlwaysVisible Determines whether or not the provider is always visible in the dropdown menu even though it has no tasks. (Inherited from TaskProvider.)
Public property DisableAutoRoute Gets or sets whether autorouting should be disabled. (Inherited from TaskProvider.)
Public property ImageList Gets or sets the provider's image list (a list of icons for the tasks that belong to the provider). (Inherited from TaskProvider.)
Public property MaintainInitialTaskOrder Gets or sets whether or not the task list should maintain the task order given to it by the task provider. (Inherited from TaskProvider.)
Public property ProviderGuid Gets or sets the GUID of this provider. (Inherited from TaskProvider.)
Public property ProviderName Gets or sets a localized name for this provider. (Inherited from TaskProvider.)
Public property Subcategories Gets a collection of task subcategories. (Inherited from TaskProvider.)
Public property Tasks Gets a collection of tasks. (Inherited from TaskProvider.)
Public property ToolbarGroup Gets or sets a group GUID and toolbar ID indicating which toolbar should be displayed when this provider is active. (Inherited from TaskProvider.)
Public property ToolbarId Gets or sets this provider's toolbar ID. (Inherited from TaskProvider.)
Protected property VsTaskList Returns the service that allows VSPackage implementers to store and manage their tasks as a part of the environment's task list. (Overrides TaskProvider.VsTaskList.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsTaskProvider.EnumTaskItems (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider2.EnumTaskItems (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetColumn (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetColumnCount (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetProviderFlags (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetProviderGuid (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetProviderName (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetProviderToolbar (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetSurrogateProviderGuid (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider.ImageList (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider2.ImageList (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider2.MaintainInitialTaskOrder (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.OnBeginTaskEdit (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.OnEndTaskEdit (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider.OnTaskListFinalRelease (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider2.OnTaskListFinalRelease (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider.ReRegistrationKey (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider2.ReRegistrationKey (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider.SubcategoryList (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider2.SubcategoryList (Inherited from TaskProvider.)

Top

See Also

Reference

ErrorListProvider Class

Microsoft.VisualStudio.Shell Namespace