共用方式為


ModelBus.ErrorCallback 屬性

主應用程式所提供的委派。用來記錄錯誤。

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

語法

'宣告
Public Property ErrorCallback As Action(Of ErrorCategory, String)
public Action<ErrorCategory, string> ErrorCallback { get; set; }

屬性值

型別:System.Action<ErrorCategory, String>

.NET Framework 安全性

請參閱

參考

ModelBus 類別

Microsoft.VisualStudio.Modeling.Integration 命名空間