CompositionConfigurationManager Constructor
Creates and initializes a MEF config manager.
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.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: ExportProviderMEF export provider to use for locating modelbus parts
host
Type: StringIdentifier 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.