TaskProvider::IVsTaskProvider2::MaintainInitialTaskOrder Method (Int32)

 

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)

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.

Return Value

Type: System::Int32

S_OK.

Return to top
Show: