TaskProvider::MaintainInitialTaskOrder Property

 

Gets or sets whether or not the task list should maintain the task order given to it by the task provider.

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

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

Property Value

Type: System::Boolean

true if the task order should be maintained, otherwise false.

Return to top
Show: