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
。