Freigeben über


UITestAction-Konstruktor (UITechnologyElement)

Initialisiert mithilfe des angegebenen Benutzeroberflächenelements eine neue Instanz der UITestAction-Klasse.

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

Syntax

'Declaration
Protected Sub New ( _
    uiElement As UITechnologyElement _
)
protected UITestAction(
    UITechnologyElement uiElement
)
protected:
UITestAction(
    UITechnologyElement^ uiElement
)
new : 
        uiElement:UITechnologyElement -> UITestAction
protected function UITestAction(
    uiElement : UITechnologyElement
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestAction Klasse

UITestAction-Überladung

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITechnologyElement