KeyboardAction.ActionType Propriedade
Obtém ou define o tipo de operação do teclado.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
public KeyActionType ActionType { get; set; }
public:
property KeyActionType ActionType {
KeyActionType get();
void set(KeyActionType value);
}
member ActionType : KeyActionType with get, set
Public Property ActionType As KeyActionType
Valor de propriedade
Type: Microsoft.VisualStudio.TestTools.UITest.Common.KeyActionType
O tipo de ação de teclado.
Comentários
Configuração desta propriedade eleva o PropertyChanged evento.
Consulte também
KeyActionType
PropertyChanged
Classe KeyboardAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo