Udostępnij za pośrednictwem


Konstruktor UITestAction — (UITechnologyElement)

 

Inicjuje nowe wystąpienie UITestAction klasy przy użyciu dostarczonego elementu interfejsu użytkownika.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

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

Parametry

  • uiElement
    A UITechnologyElement obiekt, który reprezentuje element w interfejsie użytkownika.

Zobacz też

UITechnologyElement
UITestAction Przeciążenie
Klasa UITestAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku