ExpandableListActivity.SetListAdapter(IExpandableListAdapter) メソッド

定義

展開可能リストのアダプターを指定します。

[Android.Runtime.Register("setListAdapter", "(Landroid/widget/ExpandableListAdapter;)V", "GetSetListAdapter_Landroid_widget_ExpandableListAdapter_Handler")]
public virtual void SetListAdapter(Android.Widget.IExpandableListAdapter? adapter);
[<Android.Runtime.Register("setListAdapter", "(Landroid/widget/ExpandableListAdapter;)V", "GetSetListAdapter_Landroid_widget_ExpandableListAdapter_Handler")>]
abstract member SetListAdapter : Android.Widget.IExpandableListAdapter -> unit
override this.SetListAdapter : Android.Widget.IExpandableListAdapter -> unit

パラメーター

adapter
IExpandableListAdapter

ExpandableListAdapter

属性

注釈

展開可能リストのアダプターを指定します。

android.app.ExpandableListActivity.setListAdapterの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象