TaskProvider::DisableAutoRoute Property
Visual Studio 2015
Gets or sets whether autorouting should be disabled.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Property Value
Type: System::Booleantrue if autorouting should be disabled, false if it should be enabled.
Autorouting is the capability of routing this provider's tasks to predefined buckets based on their categories. It is controlled by the TPF_NOAUTOROUTING flag. This property sets this flag to the same value.
Show: