Condividi tramite


Proprietà UITestAction.ContinueOnError

 

Ottiene o imposta un valore che indica se continuare anche quando l'azione ha esito negativo.

Spazio dei nomi:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

public bool ContinueOnError { get; set; }
public:
property bool ContinueOnError {
    bool get();
    void set(bool value);
}
member ContinueOnError : bool with get, set
Public Property ContinueOnError As Boolean

Valore proprietà

Type: System.Boolean

true per continuare anche quando l'azione ha esito negativo. In caso contrario false.

Note

Genera l'evento PropertyChanged quando il valore viene impostato.

Vedere anche

ContinueOnErrorWrapper
PropertyChanged
Classe UITestAction
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

Torna all'inizio