TaskProvider Properties

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubpropertyAlwaysVisible

Determines whether or not the provider is always visible in the dropdown menu even though it has no tasks.

System_CAPS_pubpropertyDisableAutoRoute

Gets or sets whether autorouting should be disabled.

System_CAPS_pubpropertyImageList

Gets or sets the provider's image list (a list of icons for the tasks that belong to the provider).

System_CAPS_pubpropertyMaintainInitialTaskOrder

Gets or sets whether or not the task list should maintain the task order given to it by the task provider.

System_CAPS_pubpropertyProviderGuid

Gets or sets the GUID of this provider.

System_CAPS_pubpropertyProviderName

Gets or sets a localized name for this provider.

System_CAPS_pubpropertySubcategories

Gets a collection of task subcategories.

System_CAPS_pubpropertyTasks

Gets a collection of tasks.

System_CAPS_pubpropertyToolbarGroup

Gets or sets a group GUID and toolbar ID indicating which toolbar should be displayed when this provider is active.

System_CAPS_pubpropertyToolbarId

Gets or sets this provider's toolbar ID.

System_CAPS_protpropertyVsTaskList

Gets the task list.

Return to top
Show: