Propriedade UITestErrorEventArgs.Result

Obtém ou define o resultado da ação associada.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Property Result As UITestErrorActionResult
    Get
    Set
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.UITestErrorActionResult
O resultado da ação associada.

Segurança do .NET Framework

Consulte também

Referência

UITestErrorEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

UITestErrorActionResult