Condividi tramite


Proprietà KeyboardAction.ActionType

Ottiene o imposta il tipo di operazione della tastiera.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.KeyActionType
Il tipo di azione della tastiera.

Note

L'impostazione di questa proprietà generato PropertyChanged evento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

KeyboardAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

KeyActionType

PropertyChanged