IAttachedCollectionService 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
알려진 관계를 기반으로 항목에 대해 연결된 컬렉션을 가져올 수 있고 항목에 대해 지원되는 관계를 열거할 수 있는 서비스를 나타냅니다.
public interface class IAttachedCollectionService
public interface class IAttachedCollectionService
__interface IAttachedCollectionService
public interface IAttachedCollectionService
type IAttachedCollectionService = interface
Public Interface IAttachedCollectionService
메서드
GetOrCreateCollectionSource(Object, String) |
지정된 항목의 지정된 관계에 대한 연결된 컬렉션을 나타내는 IAttachedCollectionSource instance 가져오거나 만듭니다. |
GetRelationship(Object, String) |
관계의 이름을 지정하면 관계에 대한 지역화 가능한 설명이 포함된 IAttachedRelationship을 반환합니다. |
GetRelationships(Object) |
지정된 항목에 대해 지원되는 관계 집합을 가져옵니다. |