Freigeben über


KeyboardAction-Konstruktor (UITechnologyElement, KeyActionType, Keys, String)

Initialisiert mithilfe des angegebenen Elements, des Tastenereignistyps, der gedrückten Taste und des über diese Taste generierten Werts eine neue Instanz der KeyboardAction-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    uiElement As UITechnologyElement, _
    actionType As KeyActionType, _
    key As Keys, _
    keyValue As String _
)
public KeyboardAction(
    UITechnologyElement uiElement,
    KeyActionType actionType,
    Keys key,
    string keyValue
)
public:
KeyboardAction(
    UITechnologyElement^ uiElement, 
    KeyActionType actionType, 
    Keys key, 
    String^ keyValue
)
new : 
        uiElement:UITechnologyElement * 
        actionType:KeyActionType * 
        key:Keys * 
        keyValue:string -> KeyboardAction
public function KeyboardAction(
    uiElement : UITechnologyElement, 
    actionType : KeyActionType, 
    key : Keys, 
    keyValue : String
)

Parameter

  • keyValue
    Typ: System.String
    Der durch den Tastendruck generierte Wert.

.NET Framework-Sicherheit

Siehe auch

Referenz

KeyboardAction Klasse

KeyboardAction-Überladung

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITechnologyElement

KeyActionType

Keys