PlaybackErrorEventArgs.Result Property

Gets or sets a user choice for the result of the error.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting.PlaybackErrorOptions
One of the PlaybackErrorOptions values.

.NET Framework Security

See Also

Reference

PlaybackErrorEventArgs Class

Microsoft.VisualStudio.TestTools.UITesting Namespace

PlaybackErrorOptions