Share via


SendKeys.IsActionOnProtectedElement Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Function IsActionOnProtectedElement As Boolean
'Usage
Dim instance As SendKeys
Dim returnValue As Boolean

returnValue = instance.IsActionOnProtectedElement()
public bool IsActionOnProtectedElement()
public:
bool IsActionOnProtectedElement()
public function IsActionOnProtectedElement() : boolean
member IsActionOnProtectedElement : unit -> bool 

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SendKeys Class

SendKeys Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace