Creates and initializes a MEF config manager.
Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public CompositionConfigurationManager(
    ExportProvider exportProvider,
    string host
)
public:
CompositionConfigurationManager(
    ExportProvider^ exportProvider,
    String^ host
)
new : 
        exportProvider:ExportProvider *
        host:string -> CompositionConfigurationManager
Public Sub New (
    exportProvider As ExportProvider,
    host As String
)
Parameters
exportProvider
Type: System.ComponentModel.Composition.Hosting.ExportProviderMEF export provider to use for locating modelbus parts
host
Type: System.StringIdentifier of host that is using modelbus to allow filtering of host-specific part families
See Also
CompositionConfigurationManager Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top