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

생성자는 Elementvisitor를 만들고 기본 호출 합니다.범위 첫 번째 통과 전위 방문한 링크 요소를 사용 하 여 그래프의 결과.

네임스페이스:  Microsoft.VisualStudio.Modeling
어셈블리:  Microsoft.VisualStudio.Modeling.Sdk.11.0(Microsoft.VisualStudio.Modeling.Sdk.11.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 네임스페이스