PlaybackSettings Class

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
Public property ContinueOnError Gets or sets a flag which indicates whether to ignore playback related failures that occur during a playback session.
Public property DelayBetweenActions Gets or sets the delay between actions in milliseconds.
Public property ImeLanguageList Gets a list of Input Method Editors(IME) language locale IDs(LCID) for which IME ends composition on clicking the {Enter} key.
Public property MatchExactHierarchy Gets or sets a value to indicate whether to match the exact hierarchy specified for searching this control.
Public property SearchInMinimizedWindows Gets or sets a value that indicates whether to search in minimized windows.
Public property SearchTimeout Gets or sets the time-out for searches.
Public property SendKeysAsScanCode Gets or sets a value indicating whether to send the keys as a scan-code.
Public property 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.
Public property SkipSetPropertyVerification Gets or sets a value indicating whether to skip verification after a set value.
Public property SmartMatchOptions Gets or sets a value that indicates whether smart match is enabled.
Public property ThinkTimeMultiplier Gets or sets the think time multiplier.
Public property WaitForReadyLevel Gets or sets the WaitForReadyLevel to be used for WaitForReady calls during a search operation.
Public property WaitForReadyTimeout Gets or sets the number of milliseconds to wait for the application to be ready.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ResetToDefault Resets to the default playback settings.
Public method SetEncryptionKeyLocation Defines the location and the size of the encryption keys.
Public method 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.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITesting Namespace