This documentation is archived and is not being maintained.
AggregateExportProvider Class
Visual Studio 2010
Retrieves exports provided by a collection of ExportProvider objects.
System::Object
System.ComponentModel.Composition.Hosting::ExportProvider
System.ComponentModel.Composition.Hosting::AggregateExportProvider
System.ComponentModel.Composition.Hosting::ExportProvider
System.ComponentModel.Composition.Hosting::AggregateExportProvider
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
The AggregateExportProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | AggregateExportProvider(array<ExportProvider>) | Initializes a new instance of the AggregateExportProvider class. |
![]() ![]() | AggregateExportProvider(IEnumerable<ExportProvider>) | Initializes a new instance of the AggregateExportProvider class. |
| Name | Description | |
|---|---|---|
![]() ![]() | Dispose() | Releases all resources used by the current instance of the AggregateExportProvider class. |
![]() ![]() | Dispose(Boolean) | Releases the unmanaged resources used by the AggregateExportProvider class and optionally releases the managed resources. |
![]() ![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetExport<T>() | Returns the export with the contract name derived from the specified type parameter. If there is not exactly one matching export, an exception is thrown. (Inherited from ExportProvider.) |
![]() | GetExport<T>(String) | Returns the export with the specified contract name. If there is not exactly one matching export, an exception is thrown. (Inherited from ExportProvider.) |
![]() ![]() | GetExport<T, TMetadataView>() | Returns the export with the contract name derived from the specified type parameter. If there is not exactly one matching export, an exception is thrown. (Inherited from ExportProvider.) |
![]() ![]() | GetExport<T, TMetadataView>(String) | Returns the export with the specified contract name. If there is not exactly one matching export, an exception is thrown. (Inherited from ExportProvider.) |
![]() ![]() | GetExportedValue<T>() | Returns the exported object with the contract name derived from the specified type parameter. If there is not exactly one matching exported object, an exception is thrown. (Inherited from ExportProvider.) |
![]() ![]() | GetExportedValue<T>(String) | Returns the exported object with the specified contract name. If there is not exactly one matching exported object, an exception is thrown. (Inherited from ExportProvider.) |
![]() ![]() | GetExportedValueOrDefault<T>() | Gets the exported object with the contract name derived from the specified type parameter or the default value for the specified type, or throws an exception if there is more than one matching exported object. (Inherited from ExportProvider.) |
![]() ![]() | GetExportedValueOrDefault<T>(String) | Gets the exported object with the specified contract name or the default value for the specified type, or throws an exception if there is more than one matching exported object. (Inherited from ExportProvider.) |
![]() ![]() | GetExportedValues<T>() | Gets all the exported objects with the contract name derived from the specified type parameter. (Inherited from ExportProvider.) |
![]() ![]() | GetExportedValues<T>(String) | Gets all the exported objects with the specified contract name. (Inherited from ExportProvider.) |
![]() ![]() | GetExports(ImportDefinition) | Gets all exports that match the conditions of the specified import definition. (Inherited from ExportProvider.) |
![]() ![]() | GetExports(ImportDefinition, AtomicComposition) | Gets all exports that match the conditions of the specified import definition and composition. (Inherited from ExportProvider.) |
![]() ![]() | GetExports(Type, Type, String) | Gets all the exports with the specified contract name. (Inherited from ExportProvider.) |
![]() ![]() | GetExports<T>() | Gets all the exports with the contract name derived from the specified type parameter. (Inherited from ExportProvider.) |
![]() | GetExports<T>(String) | Gets all the exports with the specified contract name. (Inherited from ExportProvider.) |
![]() ![]() | GetExports<T, TMetadataView>(String) | Gets all the exports with the specified contract name. (Inherited from ExportProvider.) |
![]() ![]() | GetExportsCore | Gets all the exports that match the conditions of the specified import. (Overrides ExportProvider::GetExportsCore(ImportDefinition, AtomicComposition).) |
![]() ![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | OnExportsChanged | Raises the ExportsChanged event. (Inherited from ExportProvider.) |
![]() ![]() | OnExportsChanging | Raises the ExportsChanging event. (Inherited from ExportProvider.) |
![]() ![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | TryGetExports | Gets all the exports that match the conditions of the specified import. (Inherited from ExportProvider.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ExportsChanged | Occurs when the exports in the ExportProvider change. (Inherited from ExportProvider.) |
![]() ![]() | ExportsChanging | Occurs when the provided exports are changing. (Inherited from ExportProvider.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:

