Udostępnij za pośrednictwem


Metoda SendKeysAction.IsActionOnProtectedElement — ()

 

Zwraca wartość wskazującą, czy skojarzony element jest chroniony.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

public bool IsActionOnProtectedElement()
public:
bool IsActionOnProtectedElement()
member IsActionOnProtectedElement : unit -> bool
Public Function IsActionOnProtectedElement As Boolean

Wartość zwracana

Type: System.Boolean

trueJeśli wartość jest szyfrowany lub IsEncoded jest właściwość true, lub jeśli element jest pole hasła; falseJeśli tekst jest równoważne z Tab, Enter, lub Escape klucza.

Zobacz też

IsEncoded
Keys
Klasa SendKeysAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku