Compartir a través de


DataAsyncCommandEvents.CommandFailure (Propiedad)

Obtiene o establece el delegado que se llama cuando un comando asincrónico tiene un error.

Espacio de nombres:  Microsoft.VisualStudio.Data
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

'Declaración
Public Property CommandFailure As DataAsyncCommandFailureEventHandler
public DataAsyncCommandFailureEventHandler CommandFailure { get; set; }
public:
property DataAsyncCommandFailureEventHandler^ CommandFailure {
    DataAsyncCommandFailureEventHandler^ get ();
    void set (DataAsyncCommandFailureEventHandler^ value);
}
member CommandFailure : DataAsyncCommandFailureEventHandler with get, set
function get CommandFailure () : DataAsyncCommandFailureEventHandler
function set CommandFailure (value : DataAsyncCommandFailureEventHandler)

Valor de propiedad

Tipo: Microsoft.VisualStudio.Data.DataAsyncCommandFailureEventHandler
Devuelve un delegado para el controlador de eventos de CommandFailure .

Seguridad de .NET Framework

Vea también

Referencia

DataAsyncCommandEvents Clase

Microsoft.VisualStudio.Data (Espacio de nombres)

DataAsyncCommandFailureEventHandler