Or a list of registered parts ?
tried
[Import]
CompositionContainer container;
but it failed
|
Or a list of registered parts ? tried
but it failed |
|||
|
|
|
Make sure that your Bootstrapper is exporting the CompositionContainer. Starting with Prism's ModularityWithMef sample, I added the following to
Then I was able to access the CompositionContainer from other modules. Also try using |
||||