Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Task provider flags returned by GetProviderFlags.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSTASKPROVIDERFLAGS
[FlagsAttribute]
public enum __VSTASKPROVIDERFLAGS
[FlagsAttribute]
public enum class __VSTASKPROVIDERFLAGS
[<FlagsAttribute>]
type __VSTASKPROVIDERFLAGS
public enum __VSTASKPROVIDERFLAGS
Members
| 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. |
Remarks
COM Signature
From vsshell80.idl: