Método SendKeysAction.IsActionOnProtectedElement

Retorna um valor que indica se o elemento associado está protegido.

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

Sintaxe

'Declaração
Public Function IsActionOnProtectedElement As Boolean
public bool IsActionOnProtectedElement()
public:
bool IsActionOnProtectedElement()
member IsActionOnProtectedElement : unit -> bool 
public function IsActionOnProtectedElement() : boolean

Valor de retorno

Tipo: System.Boolean
true Se o valor for criptografado ou o IsEncoded é a propriedade true, ou se o elemento é um campo de senha; falseSe o texto é equivalente a uma Tab, Enter, ou Escape chave.

Segurança do .NET Framework

Consulte também

Referência

SendKeysAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

IsEncoded

Keys