Export.Definition 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
내보내기가 충족하는 계약을 설명하는 정의를 가져옵니다.
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
합니다.