Sdílet prostřednictvím


KeyboardAction – konstruktor (UITechnologyElement, KeyActionType, Keys, String)

Inicializuje novou instanci KeyboardAction třídy pomocí poskytnutého prvek, typ události, klíče, klíče, která byla stisknuta a hodnoty, který byl vygenerován klíč.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • keyValue
    Typ: System.String
    Hodnota, která byla generována pomocí stisknutí klávesy.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

KeyboardAction Třída

KeyboardAction – přetížení

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů

UITechnologyElement

KeyActionType

Keys