共用方式為


BaseExpandableListAdapter.GetChildId(Int32, Int32) 方法

定義

取得指定群組中指定子系的標識碼。

[Android.Runtime.Register("getChildId", "(II)J", "GetGetChildId_IIHandler")]
public abstract long GetChildId (int groupPosition, int childPosition);
[<Android.Runtime.Register("getChildId", "(II)J", "GetGetChildId_IIHandler")>]
abstract member GetChildId : int * int -> int64

參數

groupPosition
Int32

包含子系之群組的位置

childPosition
Int32

子系在想要標識碼的群組中的位置

傳回

與子系相關聯的標識碼

實作

屬性

備註

取得指定群組中指定子系的標識碼。 此標識碼在群組內的所有子系中必須是唯一的。 合併標識碼 (見 #getCombinedChildId(long, long)) 在 ALL 專案 (群組和所有子系) 之間必須是唯一的。

android.widget.ExpandableListAdapter.getChildId(int, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於