CompositionContainer::Catalog Property
.NET Framework (current version)
Gets the ComposablePartCatalog that provides the container access to Export objects.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
Property Value
Type: System.ComponentModel.Composition.Primitives::ComposablePartCatalog^The catalog that provides the CompositionContainer access to exports produced from ComposablePart objects. The default is null.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The CompositionContainer object has been disposed of. |
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: