DataAsyncCommandEvents.CommandFailure, propriété

Extrait ou définit le délégué appelé lorsqu'une commande asynchrone a un échec.

Espace de noms :  Microsoft.VisualStudio.Data
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.Data.DataAsyncCommandFailureEventHandler
Retourne un délégué pour le gestionnaire d'événements d' CommandFailure .

Sécurité .NET Framework

Voir aussi

Référence

DataAsyncCommandEvents Classe

Microsoft.VisualStudio.Data, espace de noms

DataAsyncCommandFailureEventHandler