Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.