WorkflowItemsPresenter.SortSelectedItems(List<ModelItem>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sorts the selected items.
public:
virtual System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ SortSelectedItems(System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ selectedItems);
public System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> SortSelectedItems (System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> selectedItems);
abstract member SortSelectedItems : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem>
override this.SortSelectedItems : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem>
Public Function SortSelectedItems (selectedItems As List(Of ModelItem)) As List(Of ModelItem)
Parameters
Returns
The list of the sorted items.
Implements
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.