TaskProvider::DisableAutoRoute Property

 

Gets or sets whether autorouting should be disabled.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool DisableAutoRoute {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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.

Return to top
Show: