Udostępnij za pośrednictwem


Klasa UITestProgressEventArgs

 

Reprezentuje argumenty zdarzeń dla zdarzeń, które sprawozdanie z postępu T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest.

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

Składnia

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

Konstruktorzy

Nazwa Opis
System_CAPS_pubmethod UITestProgressEventArgs(Int32, Int32, UITestAction)

Inicjuje nowe wystąpienie T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs klasy przy użyciu krok podany numer, całkowita czynności i działania testu.

System_CAPS_pubmethod UITestProgressEventArgs(Int32, UITestAction)

Inicjuje nowe wystąpienie T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs klasy przy użyciu dostarczonego akcji wartość i test.

Właściwości

Nazwa Opis
System_CAPS_pubproperty Action

Pobiera skojarzonym UITestAction obiektu.

System_CAPS_pubproperty CurrentStep

Pobiera numer bieżącego kroku.

System_CAPS_pubproperty ThinkTime

Pobiera czas namysłu skojarzonego działania.

System_CAPS_pubproperty TotalSteps

Pobiera całkowitą liczbę kroków w teście.

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