__VSTASKPROVIDERFLAGS Enum
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
C++/CX
public enum class __VSTASKPROVIDERFLAGS
enum __VSTASKPROVIDERFLAGS
[System.Flags]
public enum __VSTASKPROVIDERFLAGS
[<System.Flags>]
type __VSTASKPROVIDERFLAGS =
Public Enum __VSTASKPROVIDERFLAGS
- Inheritance
-
__VSTASKPROVIDERFLAGS
- Attributes
Name | Value | Description |
---|---|---|
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. |
From vsshell80.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |