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; }
member this.Catalog : System.ComponentModel.Composition.Primitives.ComposablePartCatalog
Public ReadOnly Property Catalog As ComposablePartCatalog
屬性值
目錄 CompositionContainer 提供從物件輸出的 ComposablePart 存取。 預設值為 null。
例外狀況
該 CompositionContainer 物體已被處理掉。