IMultipleDragEnabledCompositeView.SortSelectedItems 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.
Represents a method that will be used when item order is needed.
public:
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>
Public Function SortSelectedItems (selectedItems As List(Of ModelItem)) As List(Of ModelItem)
Parameters
Returns
Sorted items.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.