Construtor UITestActionEventArgs

Inicializa uma nova instância de UITestActionEventArgs classe usando a ação de determinado usuário teste interface (UI).

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Sub New ( _
    action As UITestAction _
)
public UITestActionEventArgs(
    UITestAction action
)
public:
UITestActionEventArgs(
    UITestAction^ action
)
new : 
        action:UITestAction -> UITestActionEventArgs
public function UITestActionEventArgs(
    action : UITestAction
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

UITestActionEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

UITestAction