ClipboardCommandSet.CopyModelElementsIntoElementGroupPrototype 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.
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>