ICompositeView.OnItemsCut(List<ModelItem>) 方法

定义

在剪切操作开始后调用,以完成剪切指定的项。

public:
 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
Public Function OnItemsCut (itemsToCut As List(Of ModelItem)) As Object

参数

itemsToCut
List<ModelItem>

要剪切的项。

返回

从指定项中克隆的项。

适用于