ElementOperations.MarkRootElements 方法
标记在 elementGroup 参数中的 Mark RootElements。
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
语法
声明
Protected Overridable Sub MarkRootElements ( _
elementGroup As ElementGroup, _
elements As ICollection(Of ModelElement), _
closureType As ClosureType _
)
protected virtual void MarkRootElements(
ElementGroup elementGroup,
ICollection<ModelElement> elements,
ClosureType closureType
)
参数
- elementGroup
类型:Microsoft.VisualStudio.Modeling.ElementGroup
elementGroup
- elements
类型:System.Collections.Generic.ICollection<ModelElement>
元素
- closureType
类型:Microsoft.VisualStudio.Modeling.ClosureType
ClosureType
备注
此默认实现不考虑 closureType 元素和参数。 在 elementGroup 的所有 groupElements 对象,这不是目标所有组,包含嵌入关系标记用作根。 调用由虚拟的 AddElementGroupFormat 方法的 ElementOperations 实现。 此方法调用 AddElementGroupFormat 使用传递给方法的参数值。 elementGroup 参数来自虚拟 CreateElementGroup 方法的返回值。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。