次の方法で共有


NavigationPage.GetBackButtonTitle(BindableObject) メソッド

定義

指定された page に対する戻るボタンのタイトル。

public static string GetBackButtonTitle(Xamarin.Forms.BindableObject page);
static member GetBackButtonTitle : Xamarin.Forms.BindableObject -> string

パラメーター

page
BindableObject

戻るボタンのタイトルが要求されている Page

戻り値

System.String

指定された pageCurrentPage の場合に表示される戻るボタンのタイトル。

適用対象