ErrorListProvider 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.(Inherited from TaskProvider.)

System_CAPS_pubpropertyDisableAutoRoute

Gets or sets whether autorouting should be disabled.(Inherited from TaskProvider.)

System_CAPS_pubpropertyImageList

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

System_CAPS_pubpropertyMaintainInitialTaskOrder

Gets or sets whether or not the task list should maintain the task order given to it by the task provider.(Inherited from TaskProvider.)

System_CAPS_pubpropertyProviderGuid

Gets or sets the GUID of this provider.(Inherited from TaskProvider.)

System_CAPS_pubpropertyProviderName

Gets or sets a localized name for this provider.(Inherited from TaskProvider.)

System_CAPS_pubpropertySubcategories

Gets a collection of task subcategories.(Inherited from TaskProvider.)

System_CAPS_pubpropertyTasks

Gets a collection of tasks.(Inherited from TaskProvider.)

System_CAPS_pubpropertyToolbarGroup

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

System_CAPS_pubpropertyToolbarId

Gets or sets this provider's toolbar ID.(Inherited from TaskProvider.)

System_CAPS_protpropertyVsTaskList

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.)

Return to top
Show: