我已經使用VS2017和Windows模板工作室編寫了UWP應用。我通過使用「透視頁面導航模板」創建了多個頁面。 以下是基本代碼: public sealed partial class MainPage : Page, INotifyPropertyChanged
{
public MainPage()
{
InitializeComponent();
在我得到重複問題之前,我只想說我似乎無法找到解決我的問題的方法。我想要做的就是將一個數組的元素綁定到一個屬性,並且似乎無法弄清楚我是如何因爲缺乏經驗。 這裏是我的C#代碼的樣子: public class MainPageImplement : INotifyPropertyChanged
{
BitmapImage[] weatherIconSource = new BitmapIm