AggregateExportProvider.Providers Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a collection that contains the providers that the AggregateExportProvider object aggregates.

Namespace:  System.ComponentModel.Composition.Hosting
Assembly:  System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)

Syntax

'Declaration
Public ReadOnly Property Providers As ReadOnlyCollection(Of ExportProvider)
public ReadOnlyCollection<ExportProvider> Providers { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ExportProvider>
A collection of the ExportProvider objects that the AggregateExportProvider aggregates.

Exceptions

Exception Condition
ObjectDisposedException

The AggregateExportProvider object has been disposed of.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.