ComposablePart.SetImport(ImportDefinition, IEnumerable<Export>) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 ImportDefinition 개체에서 설명하는 가져오기가 지정된 내보내기로 충족되도록 설정합니다.
public:
abstract void SetImport(System::ComponentModel::Composition::Primitives::ImportDefinition ^ definition, System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::Export ^> ^ exports);
public abstract void SetImport (System.ComponentModel.Composition.Primitives.ImportDefinition definition, System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.Export> exports);
abstract member SetImport : System.ComponentModel.Composition.Primitives.ImportDefinition * seq<System.ComponentModel.Composition.Primitives.Export> -> unit
Public MustOverride Sub SetImport (definition As ImportDefinition, exports As IEnumerable(Of Export))
매개 변수
- definition
- ImportDefinition
설정할 가져오기를 지정하는 ImportDefinitions 속성의 개체 중 하나입니다.
- exports
- IEnumerable<Export>
definition
에서 설명하는 가져오기를 설정할 Export 개체의 컬렉션입니다.
예외
ComposablePart 개체가 삭제되었습니다.
ImportDefinition 개체에서 설명한 가져오기를 설정하는 동안 오류가 발생했습니다.
definition
이 ImportDefinitions의 ComposablePart 속성에서 제공되지 않았습니다.
또는
exports
에 null
인 요소가 포함된 경우
또는
exports
가 비어 있고 Cardinality가 ExactlyOne입니다.
또는
exports
는 둘 이상의 요소를 포함하고 있고 Cardinality는 ZeroOrOne 또는 ExactlyOne입니다.
SetImport(ImportDefinition, IEnumerable<Export>)가 이전에 호출되었고 IsRecomposable이 false
입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET