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.
Class contains the settings that must be used for playback.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITesting.Playback
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.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 | |
---|---|---|
![]() ![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Cancel | Cancels the playback of the current operation. |
![]() ![]() |
Cleanup | Performs clean up after the UITest playback. |
![]() ![]() |
EncryptText | Encrypts a given text for passing to playback as password property. |
![]() ![]() |
GetCorePropertyProvider | Gets the core property provider for the UI control. |
![]() ![]() |
GetCoreTechnologyManager | Gets the 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 | Makes the playback pause for a specified period of time. |
Top
Events
Name | Description | |
---|---|---|
![]() ![]() |
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.