UITestErrorEventArgs.Result Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the result of the associated action.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

'Declaration
Public Property Result As UITestErrorActionResult
    Get
    Set
'Usage
Dim instance As UITestErrorEventArgs
Dim value As UITestErrorActionResult

value = instance.Result

instance.Result = value
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)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestErrorActionResult
The result of the associated action.

.NET Framework Security

See Also

Reference

UITestErrorEventArgs Class

UITestErrorEventArgs Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestErrorActionResult