ElementOperations.AddCustomFormat 方法
使用指定的 ModelElements 集合添加一个或多个自定义数据格式到指定的 IDataObject。
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
语法
声明
Protected Overridable Sub AddCustomFormat ( _
data As IDataObject, _
elements As ICollection(Of ModelElement), _
closureType As ClosureType, _
sourcePosition As PointF _
)
protected virtual void AddCustomFormat(
IDataObject data,
ICollection<ModelElement> elements,
ClosureType closureType,
PointF sourcePosition
)
参数
- data
类型:System.Windows.Forms.IDataObject
自定义数据格式添加到的 IDataObject。
- elements
类型:System.Collections.Generic.ICollection<ModelElement>
ModelElements 的集合。
- closureType
类型:Microsoft.VisualStudio.Modeling.ClosureType
筛选元素要使用的类型。
- sourcePosition
类型:System.Drawing.PointF
源中的 ModelElements 的位置
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。