PreferenceActivity.ShowBreadCrumbs 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
ShowBreadCrumbs(ICharSequence, ICharSequence) |
Change the base title of the bread crumbs for the current preferences. |
ShowBreadCrumbs(String, String) |
Change the base title of the bread crumbs for the current preferences. |
ShowBreadCrumbs(ICharSequence, ICharSequence)
Change the base title of the bread crumbs for the current preferences.
[Android.Runtime.Register("showBreadCrumbs", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V", "GetShowBreadCrumbs_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Handler")]
public virtual void ShowBreadCrumbs (Java.Lang.ICharSequence? title, Java.Lang.ICharSequence? shortTitle);
[<Android.Runtime.Register("showBreadCrumbs", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V", "GetShowBreadCrumbs_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Handler")>]
abstract member ShowBreadCrumbs : Java.Lang.ICharSequence * Java.Lang.ICharSequence -> unit
override this.ShowBreadCrumbs : Java.Lang.ICharSequence * Java.Lang.ICharSequence -> unit
Parameters
- title
- ICharSequence
- shortTitle
- ICharSequence
- Attributes
Remarks
Change the base title of the bread crumbs for the current preferences. This will normally be called for you. See android.app.FragmentBreadCrumbs
for more information.
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
ShowBreadCrumbs(String, String)
Change the base title of the bread crumbs for the current preferences.
public void ShowBreadCrumbs (string? title, string? shortTitle);
member this.ShowBreadCrumbs : string * string -> unit
Parameters
- title
- String
- shortTitle
- String
Remarks
Change the base title of the bread crumbs for the current preferences. This will normally be called for you. See android.app.FragmentBreadCrumbs
for more information.
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.