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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.