Klasa UITestWarningEventArgs
Zawiera argumenty zdarzeń dla wyjątków Ostrzeżenie, które występują podczas przetwarzania UITestAction.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Hierarchia dziedziczenia
System.Object
System.EventArgs
Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionEventArgs
Microsoft.VisualStudio.TestTools.UITest.Common.UITestWarningEventArgs
Składnia
public class UITestWarningEventArgs : UITestActionEventArgs
public ref class UITestWarningEventArgs : UITestActionEventArgs
type UITestWarningEventArgs =
class
inherit UITestActionEventArgs
end
Public Class UITestWarningEventArgs
Inherits UITestActionEventArgs
Konstruktorzy
Nazwa | Opis | |
---|---|---|
UITestWarningEventArgs(UITestAction, Exception, String) | Inicjuje nowe wystąpienie klasy UITestWarningEventArgs. |
Właściwości
Nazwa | Opis | |
---|---|---|
Action | Pobiera skojarzonym UITestAction obiektu.(Odziedziczone po: UITestActionEventArgs.) |
|
Error | Pobiera skojarzony wyjątek dla tego zdarzenia. |
|
WarningMessage | Zwraca lub ustawia tekst komunikatu ostrzegawczego. |
Metody
Nazwa | Opis | |
---|---|---|
Equals(Object) | (Odziedziczone po: Object.) |
|
Finalize() | (Odziedziczone po: Object.) |
|
GetHashCode() | (Odziedziczone po: Object.) |
|
GetType() | (Odziedziczone po: Object.) |
|
MemberwiseClone() | (Odziedziczone po: Object.) |
|
ToString() | (Odziedziczone po: Object.) |
Bezpieczeństwo wątku
Wszelkie elementy członkowskie z publiczną metodą static tego typu (Udostępniane w programie Visual Basic) gwarantują bezpieczeństwo wątku. Nie gwarantuje się bezpieczeństwa wątkowego żadnych elementów członkowskich wystąpień.
Zobacz też
UITestAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku