ElementClosureWalker Constructor (Partition, ClosureType, ICollection<ModelElement>)

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Sub New ( _
    partition As Partition, _
    type As ClosureType, _
    rootList As ICollection(Of ModelElement) _
)
'使用
Dim partition As Partition
Dim type As ClosureType
Dim rootList As ICollection(Of ModelElement)

Dim instance As New ElementClosureWalker(partition, _
    type, rootList)
public ElementClosureWalker(
    Partition partition,
    ClosureType type,
    ICollection<ModelElement> rootList
)
public:
ElementClosureWalker(
    Partition^ partition, 
    ClosureType type, 
    ICollection<ModelElement^>^ rootList
)
public function ElementClosureWalker(
    partition : Partition, 
    type : ClosureType, 
    rootList : ICollection<ModelElement>
)

Parameters

Permissions

See Also

Reference

ElementClosureWalker Class

ElementClosureWalker Members

ElementClosureWalker Overload

Microsoft.VisualStudio.Modeling Namespace