ActionBar.Tab.SetContentDescription 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.
Overloads
SetContentDescription(ICharSequence) |
Obsolete.
Set a description of this tab's content for use in accessibility support. |
SetContentDescription(Int32) |
Obsolete.
Set a description of this tab's content for use in accessibility support. |
SetContentDescription(String) |
Obsolete.
|
SetContentDescription(ICharSequence)
Caution
deprecated
Set a description of this tab's content for use in accessibility support.
[Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)Landroid/app/ActionBar$Tab;", "GetSetContentDescription_Ljava_lang_CharSequence_Handler")]
[System.Obsolete("deprecated")]
public abstract Android.App.ActionBar.Tab SetContentDescription (Java.Lang.ICharSequence contentDesc);
[<Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)Landroid/app/ActionBar$Tab;", "GetSetContentDescription_Ljava_lang_CharSequence_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetContentDescription : Java.Lang.ICharSequence -> Android.App.ActionBar.Tab
Parameters
- contentDesc
- ICharSequence
Description of this tab's content
Returns
- Attributes
Remarks
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.
See also
Applies to
SetContentDescription(Int32)
Caution
deprecated
Set a description of this tab's content for use in accessibility support.
[Android.Runtime.Register("setContentDescription", "(I)Landroid/app/ActionBar$Tab;", "GetSetContentDescription_IHandler")]
[System.Obsolete("deprecated")]
public abstract Android.App.ActionBar.Tab SetContentDescription (int resId);
[<Android.Runtime.Register("setContentDescription", "(I)Landroid/app/ActionBar$Tab;", "GetSetContentDescription_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member SetContentDescription : int -> Android.App.ActionBar.Tab
Parameters
- resId
- Int32
A resource ID referring to the description text
Returns
- Attributes
Remarks
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.
See also
Applies to
SetContentDescription(String)
Caution
deprecated
[System.Obsolete("deprecated")]
public Android.App.ActionBar.Tab SetContentDescription (string contentDesc);
[<System.Obsolete("deprecated")>]
member this.SetContentDescription : string -> Android.App.ActionBar.Tab
Parameters
- contentDesc
- String
Returns
- Attributes
Remarks
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.