CompositionContainer.Catalog 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 ComposablePartCatalog,其可提供容器對 Export 物件的存取。
public:
property System::ComponentModel::Composition::Primitives::ComposablePartCatalog ^ Catalog { System::ComponentModel::Composition::Primitives::ComposablePartCatalog ^ get(); };
public System.ComponentModel.Composition.Primitives.ComposablePartCatalog Catalog { get; }
public System.ComponentModel.Composition.Primitives.ComposablePartCatalog? Catalog { get; }
member this.Catalog : System.ComponentModel.Composition.Primitives.ComposablePartCatalog
Public ReadOnly Property Catalog As ComposablePartCatalog
屬性值
目錄,可提供 CompositionContainer 對從 ComposablePart 物件產生之匯出的存取。 預設為 null
。