共用方式為


BaseExpandableListAdapter.GetCombinedGroupId(Int64) 方法

定義

如果您根據此配置預見到標識符發生衝突,請覆寫此方法:

[Android.Runtime.Register("getCombinedGroupId", "(J)J", "GetGetCombinedGroupId_JHandler")]
public virtual long GetCombinedGroupId (long groupId);
[<Android.Runtime.Register("getCombinedGroupId", "(J)J", "GetGetCombinedGroupId_JHandler")>]
abstract member GetCombinedGroupId : int64 -> int64
override this.GetCombinedGroupId : int64 -> int64

參數

groupId
Int64

群組的標識碼

傳回

實作

屬性

備註

如果您根據此配置預見到標識符發生衝突,請覆寫此方法:

基底實作會傳回long: <li> 位 0:這個識別碼是否指向子系 (unset) 或 group (set),因此此方法這個位會是 0。 <li bit 1-31: lower 31 bits of the groupId <li>> bit 32-63: Lower 32 bits of the childId.

要新增

android.widget.BaseExpandableListAdapter.getCombinedGroupId(long)Java 檔。

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

適用於