Udostępnij za pośrednictwem


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
System_CAPS_pubmethod UITestWarningEventArgs(UITestAction, Exception, String)

Inicjuje nowe wystąpienie klasy UITestWarningEventArgs.

Właściwości

Nazwa Opis
System_CAPS_pubproperty Action

Pobiera skojarzonym UITestAction obiektu.(Odziedziczone po: UITestActionEventArgs.)

System_CAPS_pubproperty Error

Pobiera skojarzony wyjątek dla tego zdarzenia.

System_CAPS_pubproperty WarningMessage

Zwraca lub ustawia tekst komunikatu ostrzegawczego.

Metody

Nazwa Opis
System_CAPS_pubmethod Equals(Object)

(Odziedziczone po: Object.)

System_CAPS_protmethod Finalize()

(Odziedziczone po: Object.)

System_CAPS_pubmethod GetHashCode()

(Odziedziczone po: Object.)

System_CAPS_pubmethod GetType()

(Odziedziczone po: Object.)

System_CAPS_protmethod MemberwiseClone()

(Odziedziczone po: Object.)

System_CAPS_pubmethod 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