Share via


WorkflowItemsPresenter.OnItemsCut(List<ModelItem>) 方法

定義

在剪下指定的 ModelItem 執行個體時發生。

public:
 virtual System::Object ^ OnItemsCut(System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ itemsToCut);
public object OnItemsCut (System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> itemsToCut);
abstract member OnItemsCut : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> obj
override this.OnItemsCut : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> obj
Public Function OnItemsCut (itemsToCut As List(Of ModelItem)) As Object

參數

itemsToCut
List<ModelItem>

要剪下的 ModelItem 執行個體。

傳回

itemsToCut 的複本。

實作

適用於