AccessibilityNodeInfo.Parent Property

Definition

Gets the parent.

public virtual Android.Views.Accessibility.AccessibilityNodeInfo? Parent { [Android.Runtime.Register("getParent", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetParentHandler")] get; }
[<get: Android.Runtime.Register("getParent", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetParentHandler")>]
member this.Parent : Android.Views.Accessibility.AccessibilityNodeInfo

Property Value

The parent.

Attributes

Remarks

Gets the parent.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.getParent().

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.

Applies to