다음을 통해 공유


Export.Definition 속성

정의

내보내기가 충족하는 계약을 설명하는 정의를 가져옵니다.

public:
 virtual property System::ComponentModel::Composition::Primitives::ExportDefinition ^ Definition { System::ComponentModel::Composition::Primitives::ExportDefinition ^ get(); };
public virtual System.ComponentModel.Composition.Primitives.ExportDefinition Definition { get; }
member this.Definition : System.ComponentModel.Composition.Primitives.ExportDefinition
Public Overridable ReadOnly Property Definition As ExportDefinition

속성 값

Export 개체가 충족하는 계약을 설명하는 정의입니다.

예외

이 속성이 파생 클래스에서 재정의되지 않았습니다.

설명

이 속성의 재정의 반환 해서는 안 null합니다.

적용 대상