Freigeben über


KeyboardAction.ActionType-Eigenschaft

Ruft den Typ der Tastatureingabe ab oder legt ihn fest.

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

Syntax

'Declaration
Public Property ActionType As KeyActionType
public KeyActionType ActionType { get; set; }
public:
property KeyActionType ActionType {
    KeyActionType get ();
    void set (KeyActionType value);
}
member ActionType : KeyActionType with get, set
function get ActionType () : KeyActionType 
function set ActionType (value : KeyActionType)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.KeyActionType
Der Typ der Tastatureingabe.

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

KeyActionType

PropertyChanged