Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks if the element is visible and interactable at this instance.
The plugins should overload this generic implementation to be more accurate and performant.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Overridable Function IsInteractable As Nullable(Of Boolean)
public virtual Nullable<bool> IsInteractable()
public:
virtual Nullable<bool> IsInteractable()
abstract IsInteractable : unit -> Nullable<bool>
override IsInteractable : unit -> Nullable<bool>
public function IsInteractable() : Nullable<boolean>
Return Value
Type: Nullable<Boolean>
It can return null, if it cannot decide for sure.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.