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하지 않아야 합니다.

적용 대상