CatalogExportProvider.Catalog Property

Definition

Gets the catalog that is used to provide exports.

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

Property Value

The catalog that the CatalogExportProvider uses to produce Export objects.

Exceptions

The CompositionContainer has been disposed of.

Applies to