ExportProvider.GetExportsCore(ImportDefinition, AtomicComposition) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 정의에 의해 정의된 제약 조건과 일치하는 내보내기를 모두 가져옵니다.
protected:
abstract System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::Export ^> ^ GetExportsCore(System::ComponentModel::Composition::Primitives::ImportDefinition ^ definition, System::ComponentModel::Composition::Hosting::AtomicComposition ^ atomicComposition);
protected abstract System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.Export> GetExportsCore (System.ComponentModel.Composition.Primitives.ImportDefinition definition, System.ComponentModel.Composition.Hosting.AtomicComposition atomicComposition);
protected abstract System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.Export>? GetExportsCore (System.ComponentModel.Composition.Primitives.ImportDefinition definition, System.ComponentModel.Composition.Hosting.AtomicComposition? atomicComposition);
abstract member GetExportsCore : System.ComponentModel.Composition.Primitives.ImportDefinition * System.ComponentModel.Composition.Hosting.AtomicComposition -> seq<System.ComponentModel.Composition.Primitives.Export>
Protected MustOverride Function GetExportsCore (definition As ImportDefinition, atomicComposition As AtomicComposition) As IEnumerable(Of Export)
매개 변수
- definition
- ImportDefinition
반환할 Export 개체의 조건을 정의하는 개체입니다.
- atomicComposition
- AtomicComposition
컴퍼지션의 트랜잭션 컨테이너입니다.
반환
지정된 조건과 일치하는 내보내기가 모두 포함되는 컬렉션입니다.
설명
이 메서드의 재정의 카디널리티 관련 불일치 오류로 취급 하지 않아야 하 고 이러한 경우 예외를 throw 하지 않아야 합니다. 예를 들어 경우 Cardinality 됩니다 ExactlyOne 0 되며 Export 지정 된 조건과 일치 하는 개체 ImportDefinition, 빈 IEnumerable<T> 컬렉션을 반환 합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET