Udostępnij za pośrednictwem


Konstruktor KeyboardAction — (KeyActionType, Keys, String)

Inicjuje nowe wystąpienie KeyboardAction klasy przy użyciu podanego typu Zdarzenie 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

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

Parametry

  • key
    Typ: Keys

    Członek Keys wyliczania.

  • keyValue
    Typ: String

    Wartość, która została wygenerowana przez naciśnięcie klawisza.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

KeyboardAction Klasa

Przeciążenie KeyboardAction

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

KeyActionType

Keys