Condividi tramite


Proprietà UITestErrorEventArgs.Result

Ottiene o imposta il risultato dell'azione associata.

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

Sintassi

'Dichiarazione
Public Property Result As UITestErrorActionResult
public UITestErrorActionResult Result { get; set; }
public:
property UITestErrorActionResult Result {
    UITestErrorActionResult get ();
    void set (UITestErrorActionResult value);
}
member Result : UITestErrorActionResult with get, set
function get Result () : UITestErrorActionResult
function set Result (value : UITestErrorActionResult)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.UITestErrorActionResult
Risultato dell'azione associata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestErrorEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

UITestErrorActionResult