Condividi tramite


Costruttore UITestAction (UITechnologyElement)

 

Inizializza una nuova istanza della classe UITestAction utilizzando l'elemento dell'interfaccia utente fornito.

Spazio dei nomi:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

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

Parametri

Vedere anche

UITechnologyElement
UITestAction Overload
Classe UITestAction
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

Torna all'inizio