WorkflowItemsPresenter.OnItemsPasted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pastes the specified ModelItem instances to the specified location.
public:
virtual void OnItemsPasted(System::Collections::Generic::List<System::Object ^> ^ itemsToPaste, System::Collections::Generic::List<System::Object ^> ^ metaData, System::Windows::Point pastePoint, System::Activities::Presentation::WorkflowViewElement ^ pastePointReference);
public void OnItemsPasted (System.Collections.Generic.List<object> itemsToPaste, System.Collections.Generic.List<object> metaData, System.Windows.Point pastePoint, System.Activities.Presentation.WorkflowViewElement pastePointReference);
abstract member OnItemsPasted : System.Collections.Generic.List<obj> * System.Collections.Generic.List<obj> * System.Windows.Point * System.Activities.Presentation.WorkflowViewElement -> unit
override this.OnItemsPasted : System.Collections.Generic.List<obj> * System.Collections.Generic.List<obj> * System.Windows.Point * System.Activities.Presentation.WorkflowViewElement -> unit
Public Sub OnItemsPasted (itemsToPaste As List(Of Object), metaData As List(Of Object), pastePoint As Point, pastePointReference As WorkflowViewElement)
Parameters
- pastePoint
- Point
The location of the paste.
- pastePointReference
- WorkflowViewElement
A reference to the paste point.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.