AccessibilityNodeInfo.ChildCount Property

Definition

Gets the number of children.

public virtual int ChildCount { [Android.Runtime.Register("getChildCount", "()I", "GetGetChildCountHandler")] get; }
[<get: Android.Runtime.Register("getChildCount", "()I", "GetGetChildCountHandler")>]
member this.ChildCount : int

Property Value

The child count.

Attributes

Remarks

Gets the number of children.

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

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