PlaybackErrorEventArgs.Result Property
Gets or sets a user choice for the result of the error.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.