Compartilhar via


Propriedade ModelBus.ErrorCallback

Delegado fornecido pelo host.Usado para registrar erros.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Action<ErrorCategory, String>

Segurança do .NET Framework

Consulte também

Referência

ModelBus Classe

Namespace Microsoft.VisualStudio.Modeling.Integration