Freigeben über


ModelBus.ErrorCallback-Eigenschaft

Delegat vom Host angegeben.Wird verwendet, um den Fehler zu protokollieren.

Namespace:  Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)

Syntax

'Declaration
Public Property ErrorCallback As Action(Of ErrorCategory, String)
public Action<ErrorCategory, string> ErrorCallback { get; set; }

Eigenschaftswert

Typ: System.Action<ErrorCategory, String>

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelBus Klasse

Microsoft.VisualStudio.Modeling.Integration-Namespace