ModelBus.ErrorCallback Property

 

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<ErrorCategoryString>

               

See Also

ModelBus Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top