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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common