Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Settings to be used for playback.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITesting.PlaybackSettings
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Class PlaybackSettings
public class PlaybackSettings
public ref class PlaybackSettings
type PlaybackSettings = class end
public class PlaybackSettings
The PlaybackSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ContinueOnError | Gets or sets a flag which indicates whether to ignore playback related failures that occur during a playback session. |
![]() |
DelayBetweenActions | Gets or sets the delay between actions in milliseconds. |
![]() |
ImeLanguageList | Gets a list of Input Method Editors(IME) language locale IDs(LCID) for which IME ends composition on clicking the {Enter} key. |
![]() |
MatchExactHierarchy | Gets or sets a value to indicate whether to match the exact hierarchy specified for searching this control. |
![]() |
SearchInMinimizedWindows | Gets or sets a value that indicates whether to search in minimized windows. |
![]() |
SearchTimeout | Gets or sets the time-out for searches. |
![]() |
SendKeysAsScanCode | Gets or sets a value indicating whether to send the keys as a scan-code. |
![]() |
ShouldSearchFailFast | Gets or sets a value indicating whether search has to fail fast or after the time-out period set for the search operation has elapsed. |
![]() |
SkipSetPropertyVerification | Gets or sets a value indicating whether to skip verification after a set value. |
![]() |
SmartMatchOptions | Gets or sets a value that indicates whether smart match is enabled. |
![]() |
ThinkTimeMultiplier | Gets or sets the think time multiplier. |
![]() |
WaitForReadyLevel | Gets or sets the WaitForReadyLevel to be used for WaitForReady calls during a search operation. |
![]() |
WaitForReadyTimeout | Gets or sets the number of milliseconds to wait for the application to be ready. |
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 a hash function for a particular type. (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 | Resets to the default playback settings. |
![]() |
SetEncryptionKeyLocation | Defines the location and the size of the encryption keys. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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.