UITechnologyElement.IsInteractable Method
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>
.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.