星期一, 3月 13, 2017

[X.Form] XamlCompilation

閱讀 [Xamarin.Forms] 從XAML開始 的筆記

重點:
  • 設定 XamlCompilation 可以讓 xaml 在編譯時期進行偵錯,而不是執行時才發現錯誤
  • XamlCompilation 是 attribute,可以放在 class、namespace 或 assembly 上
  • 要引用 using Xamarin.Forms.Xaml 才能使用
把 XamlCompilation 設定在 class、namespcae 或 assembly 上

[Xamarin] XamlCompilation-1

[Xamarin] XamlCompilation-2

在 xaml 內把 Text Property 故意改錯,執行時期才在模擬器上顯示錯誤

[Xamarin] XamlCompilation-3

在 class 上指定 XamlCompilation,編譯時期在錯誤清單內就會顯示異常

[Xamarin] XamlCompilation-4

沒有留言:

張貼留言