Udostępnij za pośrednictwem


Klasa UITestEventArgs

 

Reprezentuje argumenty dla zdarzenia podczas wykonywania testów w interfejsie użytkownika (UI).

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.UITestEventArgs

Składnia

public class UITestEventArgs : EventArgs
public ref class UITestEventArgs : EventArgs
type UITestEventArgs = 
    class
        inherit EventArgs
    end
Public Class UITestEventArgs
    Inherits EventArgs

Konstruktorzy

Nazwa Opis
System_CAPS_pubmethod UITestEventArgs(UITest)

Inicjuje nowe wystąpienie T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestEventArgs klasy przy pomocy testu interfejsu użytkownika podany.

Właściwości

Nazwa Opis
System_CAPS_pubproperty UITest

Pobiera lub ustawia skojarzonym T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest obiektu.

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ż

T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku