ModelBus.ErrorCallback 屬性
主機所提供的委派。用來記錄錯誤。
命名空間: Microsoft.VisualStudio.Modeling.Integration
組件: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)
語法
public Action<ErrorCategory, string> ErrorCallback { get; set; }
public:
property Action<ErrorCategory, String^>^ ErrorCallback {
Action<ErrorCategory, String^>^ get();
void set(Action<ErrorCategory, String^>^ value);
}
member ErrorCallback : Action<ErrorCategory, string> with get, set
Public Property ErrorCallback As Action(Of ErrorCategory, String)
屬性值
Type: System.Action<ErrorCategory, String>
請參閱
ModelBus 類別
Microsoft.VisualStudio.Modeling.Integration 命名空間
回到頁首