ElementOperations.CanAddCustomFormat 方法
返回一 ModelElement 集合是否的值可用于创建自定义格式。
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
Protected Overridable Function CanAddCustomFormat ( _
elements As ICollection(Of ModelElement), _
closureType As ClosureType _
) As Boolean
protected virtual bool CanAddCustomFormat(
ICollection<ModelElement> elements,
ClosureType closureType
)
参数
- elements
类型:System.Collections.Generic.ICollection<ModelElement>
ModelElements 的集合。
- closureType
类型:Microsoft.VisualStudio.Modeling.ClosureType
使用的闭包的类型筛选元素。
返回值
类型:System.Boolean
,如果 ModelElement 集合可用于创建自定义布局,则为 true;否则,错误。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。