ClipboardCommandSet.CopyModelElementsIntoElementGroupPrototype 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 ModelElements 的集合复制到指定的 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))
参数
- dataObject
- IDataObject
- selectedModelElements
- IList<ModelElement>