共用方式為


ModelBus 建構函式

建構函式 -- 裝載 ModelBus 的應用程式應該傳入 IServiceProvider 執行個體,使 ModelBus 可以要求服務。

命名空間:  Microsoft.VisualStudio.Modeling.Integration
組件:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

ModelBus 類別

Microsoft.VisualStudio.Modeling.Integration 命名空間