TaskProvider::IVsTaskProvider2::MaintainInitialTaskOrder Method (Int32)
Visual Studio 2015
Gets or sets whether or not the task list should maintain the task order given to it by the task provider.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int MaintainInitialTaskOrder( [OutAttribute] int% fMaintainOrder ) sealed = IVsTaskProvider2::MaintainInitialTaskOrder
Parameters
- fMaintainOrder
-
Type:
System::Int32
[out] Returns true if the task order should be maintained, otherwise false.
Show: