MefBootstrapper.ConfigureContainer Method
Configures the CompositionContainer. May be overwritten in a derived class to add specific type mappings required by the application.
Namespace: Microsoft.Practices.Prism.MefExtensions
Assembly: Microsoft.Practices.Prism.MefExtensions (in Microsoft.Practices.Prism.MefExtensions.dll)
Syntax
protected virtual void ConfigureContainer()
'Declaration
Protected Overridable Sub ConfigureContainer
Remarks
The base implementation registers all the types direct instantiated by the bootstrapper with the container. If the method is overwritten, the new implementation should call the base class version.