다음을 통해 공유


IElementDirectory 인터페이스

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

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