다음을 통해 공유


IAttachedCollectionService 인터페이스

정의

알려진 관계를 기반으로 항목에 대해 연결된 컬렉션을 가져올 수 있고 항목에 대해 지원되는 관계를 열거할 수 있는 서비스를 나타냅니다.

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)

지정된 항목에 대해 지원되는 관계 집합을 가져옵니다.

적용 대상