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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
Syntax
'Declaration
Public Sub New ( _
    exportProvider As ExportProvider, _
    host As String _
)
public CompositionConfigurationManager(
    ExportProvider exportProvider,
    string host
)
public:
CompositionConfigurationManager(
    ExportProvider^ exportProvider, 
    String^ host
)
new : 
        exportProvider:ExportProvider * 
        host:string -> CompositionConfigurationManager
public function CompositionConfigurationManager(
    exportProvider : ExportProvider, 
    host : String
)
Parameters
- exportProvider
 Type: System.ComponentModel.Composition.Hosting.ExportProvider
 MEF export provider to use for locating modelbus parts
- host
 Type: System.String
 Identifier of host that is using modelbus to allow filtering of host-specific part families
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.