IExpandableListAdapter.GetChild(Int32, Int32) Method
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 the data associated with the given child within the given group.
[Android.Runtime.Register("getChild", "(II)Ljava/lang/Object;", "GetGetChild_IIHandler:Android.Widget.IExpandableListAdapterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object? GetChild (int groupPosition, int childPosition);
[<Android.Runtime.Register("getChild", "(II)Ljava/lang/Object;", "GetGetChild_IIHandler:Android.Widget.IExpandableListAdapterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetChild : int * int -> Java.Lang.Object
Parameters
- groupPosition
- Int32
the position of the group that the child resides in
- childPosition
- Int32
the position of the child with respect to other children in the group
Returns
the data of the child
- Attributes
Remarks
Gets the data associated with the given child within the given group.
Java documentation for android.widget.ExpandableListAdapter.getChild(int, int)
.
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.