Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the options that a user can choose when a playback error occurs.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Enumeration PlaybackErrorOptions
public enum PlaybackErrorOptions
public enum class PlaybackErrorOptions
type PlaybackErrorOptions
public enum PlaybackErrorOptions
Members
| Member name | Description | |
|---|---|---|
| Default | The default action is to stop the playback when an action fails. | |
| Retry | Retry the failed action during playback. | |
| Skip | Skip the failed action during playback. |