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
Public property ContinueOnError
Public property DelayBetweenActions
Public property ImeLanguageList
Public property LoggerOverrideState This State will maintain overrides to HtmlLoggerState Will get preference over Eqt Trace when overridden
Public property MatchExactHierarchy
Public property 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.
Public property SearchInMinimizedWindows
Public property SearchTimeout
Public property SendKeysAsScanCode
Public property ShouldSearchFailFast
Public property SkipSetPropertyVerification
Public property SmartMatchOptions
Public property ThinkTimeMultiplier
Public property WaitForReadyLevel
Public property WaitForReadyTimeout

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 the default hash function. (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
Public method SetEncryptionKeyLocation
Public method 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.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITesting Namespace