Freigeben über


ModelBus-Konstruktor

Konstruktor -- ModelBus, die die Anwendung hostet, sollte in eine IServiceProvider-Instanz übergeben, sodass der Dienste ModelBus weist.

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 ( _
    serviceProvider As IServiceProvider, _
    errorCallback As Action(Of ErrorCategory, String), _
    configuration As IConfiguration _
)
public ModelBus(
    IServiceProvider serviceProvider,
    Action<ErrorCategory, string> errorCallback,
    IConfiguration configuration
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelBus Klasse

Microsoft.VisualStudio.Modeling.Integration-Namespace