CompositionContainer.Catalog Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ComposablePartCatalog that provides the container access to Export objects.
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
Property Value
The catalog that provides the CompositionContainer access to exports produced from ComposablePart objects. The default is null
.
Exceptions
The CompositionContainer object has been disposed of.