ClipboardCommandSet.CopyModelElementsIntoElementGroupPrototype Method

Definition

Copies the collection of ModelElements to the specified IDataObject

protected:
 virtual void CopyModelElementsIntoElementGroupPrototype(System::Windows::Forms::IDataObject ^ dataObject, System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ selectedModelElements);
protected virtual void CopyModelElementsIntoElementGroupPrototype (System.Windows.Forms.IDataObject dataObject, System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> selectedModelElements);
abstract member CopyModelElementsIntoElementGroupPrototype : System.Windows.Forms.IDataObject * System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> -> unit
override this.CopyModelElementsIntoElementGroupPrototype : System.Windows.Forms.IDataObject * System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> -> unit
Protected Overridable Sub CopyModelElementsIntoElementGroupPrototype (dataObject As IDataObject, selectedModelElements As IList(Of ModelElement))

Parameters

dataObject
IDataObject
selectedModelElements
IList<ModelElement>

Applies to