AccessibilityNodeInfo.VisibleToUser Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether this node is visible to the user. -or- Sets whether this node is visible to the user.
public virtual bool VisibleToUser { [Android.Runtime.Register("isVisibleToUser", "()Z", "GetIsVisibleToUserHandler")] get; [Android.Runtime.Register("setVisibleToUser", "(Z)V", "GetSetVisibleToUser_ZHandler")] set; }
[<get: Android.Runtime.Register("isVisibleToUser", "()Z", "GetIsVisibleToUserHandler")>]
[<set: Android.Runtime.Register("setVisibleToUser", "(Z)V", "GetSetVisibleToUser_ZHandler")>]
member this.VisibleToUser : bool with get, set
Property Value
Whether the node is visible to the user.
- Attributes
Exceptions
If called from an AccessibilityService.
If called from an AccessibilityService.
If called from an AccessibilityService.
If called from an AccessibilityService.
If called from an AccessibilityService.
If called from an AccessibilityService.
Remarks
Property getter documentation:
Java documentation for android.view.accessibility.AccessibilityNodeInfo.isVisibleToUser().
Property setter documentation:
Java documentation for android.view.accessibility.AccessibilityNodeInfo.setVisibleToUser(boolean).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.