Udostępnij za pośrednictwem


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

 

Inicjuje nowe wystąpienie KeyboardAction klasy przy użyciu dostarczonego elementu, typ zdarzenia klucza, klucz, który został naciśnięty i wartości, który został wygenerowany przez ten klucz.

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

Składnia

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 Sub New (
    uiElement As UITechnologyElement,
    actionType As KeyActionType,
    key As Keys,
    keyValue As String
)

Parametry

  • key
    Członek Keys wyliczania.
  • keyValue
    Wartość, która została wygenerowana przez naciśnięcie klawisza.

Zobacz też

UITechnologyElement
KeyActionType
Keys
KeyboardAction Przeciążenie
Klasa KeyboardAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku