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
)
參數
- serviceProvider
類型:System.IServiceProvider
- errorCallback
類型:System.Action<ErrorCategory, String>
- configuration
類型:Microsoft.VisualStudio.Modeling.Integration.IConfiguration
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。