InputAction-Konstruktor (UITechnologyElement)

Initialisiert mithilfe des angegebenen Elements eine neue Instanz der InputAction-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 InputAction(
    UITechnologyElement uiElement
)
protected:
InputAction(
    UITechnologyElement^ uiElement
)
new : 
        uiElement:UITechnologyElement -> InputAction
protected function InputAction(
    uiElement : UITechnologyElement
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

InputAction Klasse

InputAction-Überladung

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITechnologyElement