CompositionContainer Constructor (array<ExportProvider^>^)
.NET Framework (current version)
Initializes a new instance of the CompositionContainer class with the specified export providers.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
Parameters
- 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: