다음을 통해 공유


IElementDirectory 인터페이스

저장소 또는 파티션 내에 포함된 모델 요소의 디렉터리입니다.

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

구문

‘선언
Public Interface IElementDirectory
public interface IElementDirectory

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

속성

  이름 설명
Public 속성 AllElements 디렉터리에 있는 모든 요소의 읽기 전용 컬렉션을 가져옵니다.

위쪽

메서드

  이름 설명
Public 메서드 ContainsDeletedElement 요소가 삭제된 요소의 집합에 있는지 여부를 나타냅니다.
Public 메서드 ContainsElement 지정된 ID를 갖는 요소가 디렉터리에 들어 있는지 여부를 가져옵니다.
Public 메서드 FindDeletedElement 삭제된 특정 요소를 찾습니다.
Public 메서드 FindElement 지정된 ID를 가진 요소를 가져옵니다.
Public 메서드 FindElementLink 도메인 관계의 특정 인스턴스를 찾습니다.
Public 메서드 FindElements(Guid) 지정된 형식의 디렉터리에서 모든 요소를 찾습니다.
Public 메서드 FindElements(DomainClassInfo) 지정된 형식의 디렉터리에서 모든 요소를 찾습니다.
Public 메서드 FindElements(Guid, Boolean) 지정된 형식의 디렉터리에서 모든 요소를 찾습니다.
Public 메서드 FindElements(DomainClassInfo, Boolean) 지정된 형식의 디렉터리에서 모든 요소를 찾습니다.
Public 메서드 FindElements<T>() 지정된 형식의 디렉터리에서 모든 요소를 찾습니다.
Public 메서드 FindElements<T>(Boolean) 지정된 형식의 디렉터리에서 모든 요소를 찾습니다.
Public 메서드 GetDeletedElement 삭제된 특정 요소를 가져옵니다.
Public 메서드 GetElement 특정 요소를 가져옵니다.
Public 메서드 GetElementLink 도메인 관계의 특정 인스턴스를 가져옵니다.
Public 메서드 GetElements 특정 집합의 ID에서 요소 집합을 가져옵니다.

위쪽

참고 항목

참조

Microsoft.VisualStudio.Modeling 네임스페이스