ComposablePart.GetExportedValue(ExportDefinition) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 개체에서 설명하는 내보낸 개체를 ExportDefinition 가져옵니다.
public:
abstract System::Object ^ GetExportedValue(System::ComponentModel::Composition::Primitives::ExportDefinition ^ definition);
public abstract object GetExportedValue(System.ComponentModel.Composition.Primitives.ExportDefinition definition);
abstract member GetExportedValue : System.ComponentModel.Composition.Primitives.ExportDefinition -> obj
Public MustOverride Function GetExportedValue (definition As ExportDefinition) As Object
매개 변수
- definition
- ExportDefinition
반환할 ExportDefinition 내보낸 개체를 ExportDefinitions 설명하는 속성의 개체 중 하나입니다.
반품
에서 설명하는 definition내보낸 개체입니다.
예외
개체가 ComposablePart 삭제되었습니다.
definition은 null입니다.
에서 설명하는 ExportDefinition내보낸 개체를 가져오는 동안 오류가 발생했습니다.
definition 가 .에 있는 ExportDefinitions 속성 ComposablePart에서 시작되지 않았습니다.
표시된 하나 이상의 필수 구성 요소 가져오기가 IsPrerequisite설정되지 않았습니다.