Klasa PlaybackErrorEventArgs
Reprezentuje argumentów zdarzeń, które są dostępne, gdy akcja zakończy się niepowodzeniem podczas odtwarzania badania.
Hierarchia dziedziczenia
Object
EventArgs
Microsoft.VisualStudio.TestTools.UITesting.PlaybackErrorEventArgs
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITesting
Zestawy: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (w Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting (w Microsoft.VisualStudio.TestTools.UITesting.dll)
Składnia
'Deklaracja
<CLSCompliantAttribute(True)> _
Public Class PlaybackErrorEventArgs _
Inherits EventArgs
[CLSCompliantAttribute(true)]
public class PlaybackErrorEventArgs : EventArgs
[CLSCompliantAttribute(true)]
public ref class PlaybackErrorEventArgs : public EventArgs
[<CLSCompliantAttribute(true)>]
type PlaybackErrorEventArgs =
class
inherit EventArgs
end
public class PlaybackErrorEventArgs extends EventArgs
Typ PlaybackErrorEventArgs uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
![]() |
PlaybackErrorEventArgs | Inicjuje nowe wystąpienie PlaybackErrorEventArgs klasy przy użyciu dostarczonego wyjątek. |
Początek
Właściwości
Nazwa | Opis | |
---|---|---|
![]() |
Error | Pobiera wyjątek, który spowodował zdarzenie błędu odtwarzania. |
![]() |
Result | Zwraca lub ustawia wybór użytkownika w wyniku błędu. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object). |
![]() |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). |
![]() |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Odziedziczone z Object). |
![]() |
ToString | Returns a string that represents the current object. (Odziedziczone z Object). |
Początek
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.