System.ComponentModel.Composition 4.0.0.0 System.ComponentModel.Composition.Hosting.ExportProvider System.IDisposable To be added. Retrieves exports provided by a collection of objects. Constructor 4.0.0.0 The class consults the providers in the order in which they have been specified when it calls . The does not take ownership of the specified providers. That is, it tries to dispose of any of the providers when it is disposed. Initializes a new instance of the class. The prioritized list of export providers. The providers are consulted in the order in which they are supplied. Constructor 4.0.0.0 System.ParamArray The class consults the providers in the order in which they have been specified when it calls . The does not take ownership of the specified providers. That is, it tries to dispose of any of the providers when it is disposed. Initializes a new instance of the class. The prioritized list of export providers. Method 4.0.0.0 System.Void Call Dispose when you are finished using the . The Dispose method leaves the in an unusable state. After calling Dispose, you must release all references to the so the garbage collector can reclaim the memory that the was occupying. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method. Always call Dispose before you release your last reference to the . Otherwise, the resources it is using will not be freed until the garbage collector calls the object's Finalize method. Releases all resources used by the current instance of the class. Method 4.0.0.0 System.Void To be added. Releases the unmanaged resources used by the class and optionally releases the managed resources. true to release both managed and unmanaged resources; false to release only unmanaged resources. Method 4.0.0.0 System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.Export> Implementers should not treat cardinality-related mismatches as errors and are not expected to throw exceptions in those cases. For example, if the import requests exactly one export and the provider has either no matching exports or more than one, the method should return an empty collection of . Gets all the exports that match the conditions of the specified import. A collection that contains all the exports that match the specified condition. The conditions of the objects to be returned. The transactional container for the composition. Property 4.0.0.0 System.Collections.ObjectModel.ReadOnlyCollection<System.ComponentModel.Composition.Hosting.ExportProvider> To be added. To be added. Gets a collection that contains the providers that the object aggregates.