ElementClosureWalker 생성자 (Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, IEnumerable<DomainRoleInfo>, IList<ModelElement>)
Elementvisitor를 만들고 기본 호출하는 생성자입니다. 그 결과 너비 우선 탐색이고, 요소 링크가 있는 그래프의 사전 예약 주문 방문입니다.
네임스페이스: Microsoft.VisualStudio.Modeling
어셈블리: Microsoft.VisualStudio.Modeling.Sdk.12.0(Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
구문
‘선언
Public Sub New ( _
partition As Partition, _
type As ClosureType, _
rootList As ICollection(Of ModelElement), _
bypassDemandLoading As Boolean, _
domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo), _
rootDomainRolesToNotVisit As IEnumerable(Of DomainRoleInfo), _
elementsToNotVisit As IList(Of ModelElement) _
)
public ElementClosureWalker(
Partition partition,
ClosureType type,
ICollection<ModelElement> rootList,
bool bypassDemandLoading,
IEnumerable<DomainRoleInfo> domainRolesToNotPropagate,
IEnumerable<DomainRoleInfo> rootDomainRolesToNotVisit,
IList<ModelElement> elementsToNotVisit
)
매개 변수
- partition
형식: Microsoft.VisualStudio.Modeling.Partition
파티션입니다.
- type
형식: Microsoft.VisualStudio.Modeling.ClosureType
ClosureType.
- rootList
형식: System.Collections.Generic.ICollection<ModelElement>
RootList입니다.
- bypassDemandLoading
형식: System.Boolean
요청 시 로드를 무시하려면 true입니다.
- domainRolesToNotPropagate
형식: System.Collections.Generic.IEnumerable<DomainRoleInfo>
전파 삭제 설정을 무시할 Domainroles의 목록입니다.
- rootDomainRolesToNotVisit
형식: System.Collections.Generic.IEnumerable<DomainRoleInfo>
루트 요소에서 방문하지 않을 DomainRoles 목록입니다.이 목록은 관계가 클로저 내에 포함되고 통과하도록 하는 데 사용할 수 있습니다.
- elementsToNotVisit
형식: System.Collections.Generic.IList<ModelElement>
열어 보면 안되는 요소 목록
설명
기본 호출 하는 ElementVisitor를 생성 하는 생성자입니다. 따라서 주문 전 방문 링크 요소를 포함 하는 그래프의 폭 첫 순회.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.