Partilhar via


Construtor UITestAction (UITechnologyElement)

 

Inicializa uma nova instância da classe UITestAction usando o elemento fornecido de interface do usuário.

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

Sintaxe

protected UITestAction(
    UITechnologyElement uiElement
)
protected:
UITestAction(
    UITechnologyElement^ uiElement
)
new : 
        uiElement:UITechnologyElement -> UITestAction
Protected Sub New (
    uiElement As UITechnologyElement
)

Parâmetros

  • uiElement
    Um objeto de UITechnologyElement que representa um elemento de interface do usuário.

Consulte também

UITechnologyElement
UITestAction Sobrecarga
Classe UITestAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common

Retornar ao topo