Sdílet prostřednictvím


ModelBus – konstruktor

Konstruktor – aplikace hostující ModelBus by měly předat instanci IServiceProvider tak ModelBus mohou požadovat služby.

Obor názvů:  Microsoft.VisualStudio.Modeling.Integration
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ModelBus Třída

Microsoft.VisualStudio.Modeling.Integration – obor názvů