Sdílet prostřednictvím


DataAsyncCommandEvents.CommandFailure – vlastnost

Získá nebo nastaví delegát volaná pro asynchronní příkaz selhala.

Obor názvů:  Microsoft.VisualStudio.Data
Sestavení:  Microsoft.VisualStudio.Data (v Microsoft.VisualStudio.Data.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.Data.DataAsyncCommandFailureEventHandler
Vrátí delegát CommandFailure obslužnou rutinu události.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataAsyncCommandEvents Třída

Microsoft.VisualStudio.Data – obor názvů

DataAsyncCommandFailureEventHandler