共用方式為


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>

要剪下的項目。

傳回

從指定項目複製的項目。

適用於