Partager via


UITestProgressEventArgs, constructeur (Int32, UITestAction)

Initialise une nouvelle instance de la classe UITestProgressEventArgs en utilisant la valeur et l'action de test fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • thinkTime
    Type : System.Int32
    Le nombre de secondes définies pour le temps de réflexion sur l'action associée.

Sécurité .NET Framework

Voir aussi

Référence

UITestProgressEventArgs Classe

UITestProgressEventArgs, surcharge

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

UITestAction