ActionBar.Tab.SetTag(Object) 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.
Attention
deprecated
Donnez à cet onglet un objet arbitraire à contenir pour une utilisation ultérieure.
[Android.Runtime.Register("setTag", "(Ljava/lang/Object;)Landroid/app/ActionBar$Tab;", "GetSetTag_Ljava_lang_Object_Handler")]
[System.Obsolete("deprecated")]
public abstract Android.App.ActionBar.Tab SetTag(Java.Lang.Object obj);
[<Android.Runtime.Register("setTag", "(Ljava/lang/Object;)Landroid/app/ActionBar$Tab;", "GetSetTag_Ljava_lang_Object_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetTag : Java.Lang.Object -> Android.App.ActionBar.Tab
Paramètres
- obj
- Object
Objet : Objet à stocker
Retours
Instance actuelle pour le chaînage d’appels
- Attributs
Remarques
Donnez à cet onglet un objet arbitraire à contenir pour une utilisation ultérieure.
Référence Android pour android.app.ActionBar.Tab.setTag.
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.