WorkflowItemPresenter.ICompositeView.OnItemsCopied 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在複製操作開始後叫用,以完成指定項目的複製。
virtual System::Object ^ System.Activities.Presentation.ICompositeView.OnItemsCopied(System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ itemsToCopy) = System::Activities::Presentation::ICompositeView::OnItemsCopied;
object ICompositeView.OnItemsCopied (System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> itemsToCopy);
abstract member System.Activities.Presentation.ICompositeView.OnItemsCopied : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> obj
override this.System.Activities.Presentation.ICompositeView.OnItemsCopied : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> obj
Function OnItemsCopied (itemsToCopy As List(Of ModelItem)) As Object Implements ICompositeView.OnItemsCopied
參數
傳回
從指定項目複製的項目。