CompositionContainer::Providers Property
.NET Framework (current version)
Gets the export providers that provide the container access to additional ComposablePartCatalog objects.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
public: property ReadOnlyCollection<ExportProvider^>^ Providers { ReadOnlyCollection<ExportProvider^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ExportProvider^>^A collection of ExportProvider objects that provide the CompositionContainer access to additional Export objects. The default is an empty ReadOnlyCollection<T>.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The CompositionContainer 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: