Playback Class
Class contains the settings that must be used for playback.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | IsInitialized | Gets or sets a value that indicates whether playback has been initialized. |
![]() ![]() | IsSessionStarted | Gets or sets a value that indicates whether the playback session has started. |
![]() ![]() | PlaybackSettings | Gets the current playback settings. |
| Name | Description | |
|---|---|---|
![]() ![]() | Cancel() | Cancels the playback of the current operation. |
![]() ![]() | Cleanup() | Performs clean up after the UITest playback. |
![]() ![]() | EncryptText(String^) | Encrypts a given text for passing to playback as password property. |
![]() ![]() | GetCorePropertyProvider(UITestControl^) | Gets the core property provider for the UI control. |
![]() ![]() | GetCoreTechnologyManager(String^) | Gets the core technology manager for the given technology. |
![]() ![]() | GetNativeCoreTechnologyManager(String^) | Gets the native core technology manager for the given technology. |
![]() ![]() | Initialize() | Initializes playback for the UITest. |
![]() ![]() | StartSession() | Starts a new session for playback. |
![]() ![]() | StopSession() | Stops the current playback session. |
![]() ![]() | Wait(Int32) | Makes the playback pause for a specified time. |
| Name | Description | |
|---|---|---|
![]() ![]() | PlaybackError | This event is raised when an exception occurs during playback. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



