Sdílet prostřednictvím


UITestErrorEventArgs.Result – vlastnost

Získá nebo nastaví výsledek přidružená akce.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestErrorActionResult
Výsledek se přidružená akce.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestErrorEventArgs Třída

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů

UITestErrorActionResult