ErrorListProvider Properties
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | AlwaysVisible | Determines whether or not the provider is always visible in the dropdown menu even though it has no tasks.(Inherited from TaskProvider.) |
![]() | DisableAutoRoute | Gets or sets whether autorouting should be disabled.(Inherited from TaskProvider.) |
![]() | ImageList | Gets or sets the provider's image list (a list of icons for the tasks that belong to the provider).(Inherited from TaskProvider.) |
![]() | 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.) |
![]() | ProviderGuid | Gets or sets the GUID of this provider.(Inherited from TaskProvider.) |
![]() | ProviderName | Gets or sets a localized name for this provider.(Inherited from TaskProvider.) |
![]() | Subcategories | Gets a collection of task subcategories.(Inherited from TaskProvider.) |
![]() | Tasks | Gets a collection of tasks.(Inherited from TaskProvider.) |
![]() | ToolbarGroup | Gets or sets a group GUID and toolbar ID indicating which toolbar should be displayed when this provider is active. (Inherited from TaskProvider.) |
![]() | ToolbarId | Gets or sets this provider's toolbar ID.(Inherited from TaskProvider.) |
![]() | 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.) |

