다음을 통해 공유


ElementClosureWalker 클래스

모델 요소에서 클로저를 작성하는 워커를 나타냅니다.

상속 계층 구조

System.Object
  Microsoft.VisualStudio.Modeling.ElementWalker
    Microsoft.VisualStudio.Modeling.BreadthFirstRolePlayerFirstElementWalker
      Microsoft.VisualStudio.Modeling.ElementClosureWalker

네임스페이스:  Microsoft.VisualStudio.Modeling
어셈블리:  Microsoft.VisualStudio.Modeling.Sdk.12.0(Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

구문

‘선언
Public NotInheritable Class ElementClosureWalker _
    Inherits BreadthFirstRolePlayerFirstElementWalker
public sealed class ElementClosureWalker : BreadthFirstRolePlayerFirstElementWalker

ElementClosureWalker 형식에서는 다음과 같은 멤버를 노출합니다.

생성자

  이름 설명
Public 메서드 ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>) Elementvisitor를 만들고 기본 호출하는 생성자입니다.그 결과 너비 우선 탐색이고, 요소 링크가 있는 그래프의 사전 예약 주문 방문입니다.
Public 메서드 ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, IEnumerable<DomainRoleInfo>) Elementvisitor를 만들고 기본 호출하는 생성자입니다.그 결과 너비 우선 탐색이고, 요소 링크가 있는 그래프의 사전 예약 주문 방문입니다.
Public 메서드 ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, IEnumerable<DomainRoleInfo>, IList<DomainRoleInfo>) Elementvisitor를 만들고 기본 호출하는 생성자입니다.그 결과 너비 우선 탐색이고, 요소 링크가 있는 그래프의 사전 예약 주문 방문입니다.
Public 메서드 ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, Boolean) Elementvisitor를 만들고 기본 호출하는 생성자입니다.그 결과 너비 우선 탐색이고, 요소 링크가 있는 그래프의 사전 예약 주문 방문입니다.
Public 메서드 ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, IEnumerable<DomainRoleInfo>, IList<ModelElement>) Elementvisitor를 만들고 기본 호출하는 생성자입니다.그 결과 너비 우선 탐색이고, 요소 링크가 있는 그래프의 사전 예약 주문 방문입니다.
Public 메서드 ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, IList<DomainRoleInfo>, Boolean) Elementvisitor를 만들고 기본 호출하는 생성자입니다.그 결과 너비 우선 탐색이고, 요소 링크가 있는 그래프의 사전 예약 주문 방문입니다.

위쪽

속성

  이름 설명
Public 속성 BypassDemandLoading 워커가 탐색 중에 요청 시 로드 요청을 무시하도록 허용합니다. (ElementWalker에서 상속됨)
Public 속성 ClosureList 클로저를 형성하는 요소의 결과 목록
Public 속성 Context 클로저 방문자가 일반 사용에 대한 컨텍스트 개체를 제공합니다.클로저를 빌드하는 동안 태그/값 쌍을 저장하는 데 사용합니다.
Public 속성 Filter 통과 중 사용할 IElementVisitorFilter를 가져오거나 설정합니다. (ElementWalker에서 상속됨)
Public 속성 IncludeLinks 워커가 방문자 함수에 대한 호출에 요소 링크를 포함하는 경우 true 반환 (ElementWalker에서 상속됨)
Public 속성 InternalElementList 방문할 요소의 내부 목록을 가져옵니다. (ElementWalker에서 상속됨)
Public 속성 Store 방문할 요소의 내부 목록을 가져옵니다. (ElementWalker에서 상속됨)
Public 속성 Visitor 통과 중 사용할 IElementVisitor를 가져오거나 설정합니다. (ElementWalker에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 DoTraverse 방문자 및 필터에 의해 정의되는 요소를 참조하십시오. (BreadthFirstRolePlayerFirstElementWalker에서 상속됨)
Public 메서드 Equals 지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public 메서드 GetHashCode 기본 해시 함수로 작동합니다. (Object에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public 메서드 Reset 검색을 다시 시작할 수 있도록 방문자를 다시 설정합니다.이는 이전에 방문한 요소의 내부 목록을 지우는 데 필요합니다. (ElementWalker에서 상속됨)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)
Public 메서드 Traverse(ModelElement) 지정된 시작 요소에서 시작하는 모델을 트래버스합니다. (ElementWalker에서 상속됨)
Public 메서드 Traverse(ICollection<ModelElement>) 지정된 시작 요소에서 시작하는 모델을 트래버스합니다. (ElementWalker에서 상속됨)
Public 메서드 Visited 지정된 요소를 방문했는지 여부를 확인합니다. (ElementWalker에서 상속됨)

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.VisualStudio.Modeling 네임스페이스