ExpandableListView.SetSelectedGroup(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將選取範圍設定為指定的群組。
[Android.Runtime.Register("setSelectedGroup", "(I)V", "GetSetSelectedGroup_IHandler")]
public virtual void SetSelectedGroup (int groupPosition);
[<Android.Runtime.Register("setSelectedGroup", "(I)V", "GetSetSelectedGroup_IHandler")>]
abstract member SetSelectedGroup : int -> unit
override this.SetSelectedGroup : int -> unit
參數
- groupPosition
- Int32
應選取之群組的位置。
- 屬性
備註
將選取範圍設定為指定的群組。
的 android.widget.ExpandableListView.setSelectedGroup(int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。