Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Delegate supplied by the host. Used to log errors.
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
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)
Property Value
Type: System.Action<ErrorCategory, String>
See Also
ModelBus Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top