Partilhar via


Construtor ModelBus

Construtor – o aplicativo que hospeda o ModelBus deve passar em uma instância de IServiceProvider para que o ModelBus pode solicitar serviços.

Namespace:  Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ModelBus Classe

Namespace Microsoft.VisualStudio.Modeling.Integration