다음을 통해 공유


ElementClosureWalker 생성자 (Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, Boolean)

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), _
    includeLinkIfLinkEndsIncluded As Boolean _
)
public ElementClosureWalker(
    Partition partition,
    ClosureType type,
    ICollection<ModelElement> rootList,
    bool bypassDemandLoading,
    IEnumerable<DomainRoleInfo> domainRolesToNotPropagate,
    bool includeLinkIfLinkEndsIncluded
)

매개 변수

  • bypassDemandLoading
    형식: System.Boolean
    요청 시 로드를 무시하려면 true입니다.
  • includeLinkIfLinkEndsIncluded
    형식: System.Boolean
    true인 경우 모든 링크 끝이 클로저에 있으면 해당 링크가 클로저에 포함됩니다.

설명

기본 호출 하는 ElementVisitor를 생성 하는 생성자입니다. 따라서 주문 전 방문 링크 요소를 포함 하는 그래프의 폭 첫 순회.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

ElementClosureWalker 클래스

ElementClosureWalker 오버로드

Microsoft.VisualStudio.Modeling 네임스페이스