ModelBus::ErrorCallback Property
Visual Studio 2015
Delegate supplied by the host. Used to log errors.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
public: property Action<ErrorCategory, String^>^ ErrorCallback { Action<ErrorCategory, String^>^ get(); void set(Action<ErrorCategory, String^>^ value); }
Show: