XAML in Xamarin.Forms 基礎篇 電子書

XAML in Xamarin.Forms 基礎篇 電子書
XAML in Xamarin.Forms 基礎篇 電子書

Xamarin.Forms 快速入門 電子書

Xamarin.Forms 快速入門 電子書
Xamarin.Forms 快速入門 電子書

2017/02/05

Xamarin 之奇怪錯誤訊息 Missing a public static GetHasBackButton

今天開發一個 ContentPage 頁面,需要在這個頁面中,使用 NavigationPage.HasBackButton=”False” 功能,可是,在建置過程中,莫名地得到底下錯誤訊息(會有這種奇怪的想法,那是因為,之前都可以正常使用這樣功能呀??)

Missing a public static GetHasBackButton or a public instance property getter for the attached property “Xamarin.Forms.NavigationPage.HasBackButtonProperty”

為什麼會有這樣的情況呢?力馬打開 Xamarin API Reference for NavigationPage,奇怪了,為什麼在 Public Fields 內,有發現到 HasBackButtonProperty ,但是,在 Public Properties 內,卻沒有看到 HasBackButton 呢?

enter image description here

好吧~~應該又是 XAMLC 這個元件或者其他功能有些狀況了,所以,只好先將 [assembly: XamlCompilation(XamlCompilationOptions.Compile)] 功能先註解起來吧。

重新建置一次,完美,沒有錯誤;接著再度來執行一次,完美,沒有錯誤或閃退,一切執行結果,就使我想要的。

沒有留言:

張貼留言