ExpandableListActivity.SetListAdapter(IExpandableListAdapter) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournissez l’adaptateur pour la liste extensible.
[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
Paramètres
- adapter
- IExpandableListAdapter
ExpandableListAdapter
- Attributs
Remarques
Fournissez l’adaptateur pour la liste extensible.
Référence Android pour android.app.ExpandableListActivity.setListAdapter.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.