Freigeben über


KeyboardAction.Key-Eigenschaft

Ruft die Taste ab, die gedrückt wurde, oder legt diese fest.

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

Syntax

'Declaration
Public Property Key As Keys
    Get
    Set
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)

Eigenschaftswert

Typ: System.Windows.Forms.Keys
Die gedrückte Taste.

Hinweise

Durch das Festlegen dieser Eigenschaft wird das PropertyChanged-Ereignis ausgelöst.

.NET Framework-Sicherheit

Siehe auch

Referenz

KeyboardAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

Keys

PropertyChanged