CompositionContainer Constructor (ComposablePartCatalog^, CompositionOptions, array<ExportProvider^>^)
.NET Framework (current version)
Initializes a new instance of the CompositionContainer class with the specified catalog, options, and export providers.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
public: CompositionContainer( ComposablePartCatalog^ catalog, CompositionOptions compositionOptions, ... array<ExportProvider^>^ providers )
Parameters
- catalog
-
Type:
System.ComponentModel.Composition.Primitives::ComposablePartCatalog^
A catalog that provides Export objects to the CompositionContainer.
- compositionOptions
-
Type:
System.ComponentModel.Composition.Hosting::CompositionOptions
An object that specifies options that affect the behavior of the container.
- 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.5
Available since 4.5
Show: