BaseExpandableListAdapter.GetCombinedGroupId(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果您根據此配置預見到標識符發生衝突,請覆寫此方法:
[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 屬性授權中所述的詞彙使用。