ActionBar.Tab.SetTag(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Give this Tab an arbitrary object to hold for later use.
[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
Parameters
- obj
- Object
Object: Object to store
Returns
The current instance for call chaining
- Attributes
Remarks
Give this Tab an arbitrary object to hold for later use.
Android reference for android.app.ActionBar.Tab.setTag.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.