__VSTASKPROVIDERFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Task provider flags returned by GetProviderFlags(UInt32).
This enumeration supports a bitwise combination of its member values.
public enum class __VSTASKPROVIDERFLAGS
public enum class __VSTASKPROVIDERFLAGS
enum __VSTASKPROVIDERFLAGS
[System.Flags]
public enum __VSTASKPROVIDERFLAGS
[<System.Flags>]
type __VSTASKPROVIDERFLAGS =
Public Enum __VSTASKPROVIDERFLAGS
- Inheritance
-
__VSTASKPROVIDERFLAGS
- Attributes
Fields
TPF_ALWAYSVISIBLE | 1 | Provider is always visible in drop-down list even if it has no tasks. |
TPF_NOAUTOROUTING | 2 | Does not automatically route this provider's tasks to predefined buckets based on their categories. |
Remarks
COM Signature
From vsshell80.idl: