PlaybackSettings Class
Settings to be used for Playback.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITesting.PlaybackSettings
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
<CLSCompliantAttribute(True)> _
Public Class PlaybackSettings
[CLSCompliantAttribute(true)]
public class PlaybackSettings
[CLSCompliantAttribute(true)]
public ref class PlaybackSettings
[<CLSCompliantAttribute(true)>]
type PlaybackSettings = class end
public class PlaybackSettings
The PlaybackSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContinueOnError | ||
DelayBetweenActions | ||
ImeLanguageList | ||
LoggerOverrideState | This State will maintain overrides to HtmlLoggerState Will get preference over Eqt Trace when overridden | |
MatchExactHierarchy | ||
MaximumRetryCount | Gets or sets the number of times a retry can be done for a single action via PlaybackError handler in a coded ui test. | |
SearchInMinimizedWindows | ||
SearchTimeout | ||
SendKeysAsScanCode | ||
ShouldSearchFailFast | ||
SkipSetPropertyVerification | ||
SmartMatchOptions | ||
ThinkTimeMultiplier | ||
WaitForReadyLevel | ||
WaitForReadyTimeout |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ResetToDefault | ||
SetEncryptionKeyLocation | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
No content here will be updated; please do not add material here.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.