共用方式為


ElementOperations.Copy 方法 (IDataObject, ICollection<ModelElement>, PointF)

將 ModelElements 的集合複製到指定的 IDataObject 一或多個資料格式。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

語法

'宣告
Public Sub Copy ( _
    data As IDataObject, _
    elements As ICollection(Of ModelElement), _
    sourcePosition As PointF _
)
public void Copy(
    IDataObject data,
    ICollection<ModelElement> elements,
    PointF sourcePosition
)

參數

  • sourcePosition
    型別:System.Drawing.PointF
    滑鼠位置的位置放置發生、 PointF.Empty,如果沒有拖放作業。

備註

支援的格式: (1) ElementGroupPrototype,以及 (2) 自訂格式

.NET Framework 安全性

請參閱

參考

ElementOperations 類別

Copy 多載

Microsoft.VisualStudio.Modeling 命名空間