WorkflowItemsPresenter.SortSelectedItems(List<ModelItem>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
排序選取的項目。
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)
參數
傳回
已排序之項目的清單。