IExpandableListAdapter.GetCombinedGroupId(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得此清單中任何專案(群組或子系)中唯一之群組的標識碼。
[Android.Runtime.Register("getCombinedGroupId", "(J)J", "GetGetCombinedGroupId_JHandler:Android.Widget.IExpandableListAdapterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public long GetCombinedGroupId (long groupId);
[<Android.Runtime.Register("getCombinedGroupId", "(J)J", "GetGetCombinedGroupId_JHandler:Android.Widget.IExpandableListAdapterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetCombinedGroupId : int64 -> int64
參數
- groupId
- Int64
群組的標識碼
傳回
此清單中所有群組和子系中群組的唯一(且可能穩定)標識碼。
- 屬性
備註
取得此清單中任何專案(群組或子系)中唯一之群組的標識碼。 可展開的清單需要每個專案(群組或子系)在清單中所有子系和群組中都有唯一標識符。 這個方法負責傳回指定群組標識碼的唯一標識符。 此外,如果 #hasStableIds()
為 true,傳回的標識碼也必須穩定。
的 android.widget.ExpandableListAdapter.getCombinedGroupId(long)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。