Udostępnij za pośrednictwem


Właściwość KeyboardAction.Key —

Zwraca lub ustawia klucz, który został naciśnięty.

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

Składnia

'Deklaracja
Public Property Key As Keys
public Keys Key { get; set; }
public:
property Keys Key {
    Keys get ();
    void set (Keys value);
}
member Key : Keys with get, set
function get Key () : Keys 
function set Key (value : Keys)

Wartość właściwości

Typ: Keys
Klucz, który został naciśnięty.

Uwagi

Ustawienie tej właściwości stwarza PropertyChanged zdarzenia.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

KeyboardAction Klasa

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

Keys

PropertyChanged