WorkflowItemsPresenter::SortSelectedItems Method (List<ModelItem^>^)

.NET Framework (current version)
 

Sorts the selected items.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
virtual List<ModelItem^>^ SortSelectedItems(
	List<ModelItem^>^ selectedItems
) sealed

Parameters

selectedItems
Type: System.Collections.Generic::List<ModelItem^>^

The selected items to be sorted.

Return Value

Type: System.Collections.Generic::List<ModelItem^>^

The list of the sorted items.

.NET Framework
Available since 4.5
Return to top
Show: