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 命名空间