Konstruktor UITestProgressEventArgs — (Int32, UITestAction)
Inicjuje nowe wystąpienie UITestProgressEventArgs klasy przy użyciu akcji podana wartość i badania.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
'Deklaracja
Public Sub New ( _
thinkTime As Integer, _
action As UITestAction _
)
public UITestProgressEventArgs(
int thinkTime,
UITestAction action
)
public:
UITestProgressEventArgs(
int thinkTime,
UITestAction^ action
)
new :
thinkTime:int *
action:UITestAction -> UITestProgressEventArgs
public function UITestProgressEventArgs(
thinkTime : int,
action : UITestAction
)
Parametry
- thinkTime
Typ: System.Int32
Liczba sekund zestawu dla traktować czas na działania związane.
- action
Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
A UITestAction object.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przeciążenie UITestProgressEventArgs
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common