CompositionContainer Constructor (CompositionOptions, array<ExportProvider^>^)
.NET Framework (current version)
Initializes a new instance of the CompositionContainer class with the specified export providers and options.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
public: CompositionContainer( CompositionOptions compositionOptions, ... array<ExportProvider^>^ providers )
Parameters
- compositionOptions
-
Type:
System.ComponentModel.Composition.Hosting::CompositionOptions
An object that specifies the behavior of this 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: