WorkflowItemsPresenter.OnItemsCopied(List<ModelItem>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
發生於複製指定的 ModelItem 執行個體時。
public:
virtual System::Object ^ OnItemsCopied(System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ itemsToCopy);
public object OnItemsCopied (System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> itemsToCopy);
abstract member OnItemsCopied : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> obj
override this.OnItemsCopied : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> obj
Public Function OnItemsCopied (itemsToCopy As List(Of ModelItem)) As Object
參數
傳回
複製的項目。