TaskProvider Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
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. |
![]() | DisableAutoRoute | Gets or sets whether autorouting should be disabled. |
![]() | ImageList | Gets or sets the provider's image list (a list of icons for the tasks that belong to the provider). |
![]() | MaintainInitialTaskOrder | Gets or sets whether or not the task list should maintain the task order given to it by the task provider. |
![]() | ProviderGuid | Gets or sets the GUID of this provider. |
![]() | ProviderName | Gets or sets a localized name for this provider. |
![]() | Subcategories | Gets a collection of task subcategories. |
![]() | Tasks | Gets a collection of tasks. |
![]() | ToolbarGroup | Gets or sets a group GUID and toolbar ID indicating which toolbar should be displayed when this provider is active. |
![]() | ToolbarId | Gets or sets this provider's toolbar ID. |
![]() | VsTaskList | Gets the task list. |
Show:

