Class contains the settings that must be used for playback.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.UITesting.Playback
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public NotInheritable Class Playback
public static class Playback
public ref class Playback abstract sealed
[<AbstractClass>]
[<Sealed>]
type Playback =  class end
public final class Playback
The Playback type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) .gif) | IsInitialized | Gets or sets a value that indicates whether playback has been initialized. | 
| .gif) .gif) | IsSessionStarted | Gets or sets a value that indicates whether the playback session has started. | 
| .gif) .gif) | PlaybackSettings | Gets the current playback settings. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) .gif) | Cancel | Cancels the playback of the current operation. | 
| .gif) .gif) | Cleanup | Performs clean up after the UITest playback. | 
| .gif) .gif) | EncryptText | Encrypts a given text for passing to playback as password property. | 
| .gif) .gif) | GetCorePropertyProvider | Gets the core property provider for the UI control. | 
| .gif) .gif) | GetCoreTechnologyManager | Gets the core technology manager for the given technology. | 
| .gif) .gif) | GetNativeCoreTechnologyManager | Gets the native core technology manager for the given technology. | 
| .gif) .gif) | Initialize | Initializes playback for the UITest. | 
| .gif) .gif) | StartSession | Starts a new session for playback. | 
| .gif) .gif) | StopSession | Stops the current playback session. | 
| .gif) .gif) | Wait | Makes the playback pause for a specified time. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) .gif) | PlaybackError | This event is raised when an exception occurs during playback. | 
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.