Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructor that creates an ElementVisitor and calls base. This results in breadth first traversal, pre-Order visitation of the graph with element links.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Sub New ( _
partition As Partition, _
type As ClosureType, _
rootList As ICollection(Of ModelElement), _
domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo) _
)
public ElementClosureWalker(
Partition partition,
ClosureType type,
ICollection<ModelElement> rootList,
IEnumerable<DomainRoleInfo> domainRolesToNotPropagate
)
public:
ElementClosureWalker(
Partition^ partition,
ClosureType type,
ICollection<ModelElement^>^ rootList,
IEnumerable<DomainRoleInfo^>^ domainRolesToNotPropagate
)
new :
partition:Partition *
type:ClosureType *
rootList:ICollection<ModelElement> *
domainRolesToNotPropagate:IEnumerable<DomainRoleInfo> -> ElementClosureWalker
public function ElementClosureWalker(
partition : Partition,
type : ClosureType,
rootList : ICollection<ModelElement>,
domainRolesToNotPropagate : IEnumerable<DomainRoleInfo>
)
Parameters
- partition
Type: Microsoft.VisualStudio.Modeling.Partition
Partition.
- type
Type: Microsoft.VisualStudio.Modeling.ClosureType
ClosureType.
- rootList
Type: System.Collections.Generic.ICollection<ModelElement>
RootList.
- domainRolesToNotPropagate
Type: System.Collections.Generic.IEnumerable<DomainRoleInfo>
List of DomainRoles to ignore propagate deleting settings for
Remarks
The Constructor that creates an ElementVisitor and calls base. This results in breadth first traversal, pre-Order visitation of the graph that contains element links.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.