다음을 통해 공유


IExpandableListAdapter.GetCombinedGroupId(Int64) 메서드

정의

이 목록에 있는 모든 항목(그룹 또는 자식)에서 고유한 그룹의 ID를 가져옵니다.

[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

그룹의 ID입니다.

반환

이 목록의 모든 그룹 및 자식에서 그룹의 고유(및 안정적인) ID입니다.

특성

설명

이 목록에 있는 모든 항목(그룹 또는 자식)에서 고유한 그룹의 ID를 가져옵니다. 확장 가능한 목록을 사용하려면 각 항목(그룹 또는 자식)이 목록의 모든 자식 및 그룹 간에 고유한 ID를 가져야 합니다. 이 메서드는 그룹의 ID가 지정된 경우 해당 고유 ID를 반환합니다. 또한 true인 경우 #hasStableIds() 반환된 ID도 안정적이어야 합니다.

에 대한 android.widget.ExpandableListAdapter.getCombinedGroupId(long)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상