DelegatingExportProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A base class for ExportProviders that wish to intercept queries for exports to modify the query or the result.
public abstract class DelegatingExportProvider : Microsoft.VisualStudio.Composition.ExportProvider
type DelegatingExportProvider = class
inherit ExportProvider
Public MustInherit Class DelegatingExportProvider
Inherits ExportProvider
- Inheritance
Constructors
| DelegatingExportProvider(ExportProvider) |
Initializes a new instance of the DelegatingExportProvider class. |
Properties
| NonDisposableWrapper |
Gets a lazy that creates an instance of DelegatingExportProvider. (Inherited from ExportProvider) |
| NonDisposableWrapperExportAsListOfOne | (Inherited from ExportProvider) |
| Resolver | (Inherited from ExportProvider) |
Methods
Explicit Interface Implementations
| IDisposableObservable.IsDisposed | (Inherited from ExportProvider) |
Extension Methods
| AsExportProvider(ExportProvider) |
Creates an instance of a ExportProvider for purposes of compatibility with the version of MEF found in the .NET Framework. |