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
| Name | Description |
|---|---|
| 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.
Set a description of this tab's content for use in accessibility support. |
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
CharSequence: Description of this tab's content
Returns
The current instance for call chaining
- Attributes
Remarks
Set a description of this tab's content for use in accessibility support. If no content description is provided the title will be used.
See also:
Android reference for android.app.ActionBar.Tab.setContentDescription.
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.
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
int: A resource ID referring to the description text
Returns
The current instance for call chaining
- Attributes
Remarks
Set a description of this tab's content for use in accessibility support. If no content description is provided the title will be used.
See also:
Android reference for android.app.ActionBar.Tab.setContentDescription.
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.
Applies to
SetContentDescription(String)
Caution
deprecated
Set a description of this tab's content for use in accessibility support.
[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
CharSequence: Description of this tab's content
Returns
The current instance for call chaining
- Attributes
Remarks
Set a description of this tab's content for use in accessibility support. If no content description is provided the title will be used.
See also:
Android reference for android.app.ActionBar.Tab.setContentDescription.
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.