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), _
domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo) _
)
'使用
Dim partition As Partition
Dim type As ClosureType
Dim rootList As ICollection(Of ModelElement)
Dim domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo)
Dim instance As New ElementClosureWalker(partition, _
type, rootList, domainRolesToNotPropagate)
public ElementClosureWalker(
Partition partition,
ClosureType type,
ICollection<ModelElement> rootList,
IEnumerable<DomainRoleInfo> domainRolesToNotPropagate
)
public:
ElementClosureWalker(
Partition^ partition,
ClosureType type,
ICollection<ModelElement^>^ rootList,
IEnumerable<DomainRoleInfo^>^ domainRolesToNotPropagate
)
public function ElementClosureWalker(
partition : Partition,
type : ClosureType,
rootList : ICollection<ModelElement>,
domainRolesToNotPropagate : IEnumerable<DomainRoleInfo>
)
Parameters
- partition
Type: Microsoft.VisualStudio.Modeling.Partition
- type
Type: Microsoft.VisualStudio.Modeling.ClosureType
- rootList
Type: System.Collections.Generic.ICollection<ModelElement>
- domainRolesToNotPropagate
Type: System.Collections.Generic.IEnumerable<DomainRoleInfo>
Permissions
- 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.