ElementClosureWalker 构造函数 (Partition, ClosureType, ICollection<ModelElement>)

创建 ElementVisitor 并调用基础的构造函数。 这将导致广泛第一个遍历,序关系图的访问与元素的链接。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Sub New ( _
    partition As Partition, _
    type As ClosureType, _
    rootList As ICollection(Of ModelElement) _
)
public ElementClosureWalker(
    Partition partition,
    ClosureType type,
    ICollection<ModelElement> rootList
)

参数

备注

创建 ElementVisitor 并调用基础的构造函数。 这将导致广泛第一个遍历,序关系图的访问与元素的链接。

.NET Framework 安全性

请参见

参考

ElementClosureWalker 类

ElementClosureWalker 重载

Microsoft.VisualStudio.Modeling 命名空间