CompositionContainer Constructor (ComposablePartCatalog^, array<ExportProvider^>^)
.NET Framework (current version)
Initializes a new instance of the CompositionContainer class with the specified catalog and export providers.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
public: CompositionContainer( ComposablePartCatalog^ catalog, ... array<ExportProvider^>^ providers )
Parameters
- catalog
-
Type:
System.ComponentModel.Composition.Primitives::ComposablePartCatalog^
A catalog that provides Export objects to the CompositionContainer.
- providers
-
Type:
array<System.ComponentModel.Composition.Hosting::ExportProvider^>^
An array of ExportProvider objects that provide the CompositionContainer access to Export objects, or null to set Providers to an empty ReadOnlyCollection<T>.
| Exception | Condition |
|---|---|
| ArgumentException | providers contains an element that is null. |
.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: