FragmentBreadCrumbs.SetTitle 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
SetTitle(ICharSequence, ICharSequence) |
Obsolete.
Set a custom title for the bread crumbs. |
SetTitle(String, String) |
Obsolete.
Set a custom title for the bread crumbs. |
SetTitle(ICharSequence, ICharSequence)
Caution
deprecated
Set a custom title for the bread crumbs.
[Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V", "GetSetTitle_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Handler")]
[System.Obsolete("deprecated")]
public virtual void SetTitle (Java.Lang.ICharSequence? title, Java.Lang.ICharSequence? shortTitle);
[<Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V", "GetSetTitle_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetTitle : Java.Lang.ICharSequence * Java.Lang.ICharSequence -> unit
override this.SetTitle : Java.Lang.ICharSequence * Java.Lang.ICharSequence -> unit
Parameters
- title
- ICharSequence
- shortTitle
- ICharSequence
- Attributes
Remarks
Set a custom title for the bread crumbs. This will be the first entry shown at the left, representing the root of the bread crumbs. If the title is null, it will not be shown.
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
SetTitle(String, String)
Caution
deprecated
Set a custom title for the bread crumbs.
[System.Obsolete("deprecated")]
public void SetTitle (string? title, string? shortTitle);
[<System.Obsolete("deprecated")>]
member this.SetTitle : string * string -> unit
Parameters
- title
- String
- shortTitle
- String
- Attributes
Remarks
Set a custom title for the bread crumbs. This will be the first entry shown at the left, representing the root of the bread crumbs. If the title is null, it will not be shown.
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.