__VSTASKPROVIDERFLAGS Enumeration
Visual Studio 2015
Task provider flags returned by GetProviderFlags.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| TPF_ALWAYSVISIBLE | Provider is always visible in drop-down list even if it has no tasks. | |
| TPF_NOAUTOROUTING | Does not automatically route this provider's tasks to predefined buckets based on their categories. |
From vsshell80.idl:
Show: