Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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