//tweetをロードするのに使います private async void mentionLoad() { Task <ObservableCollection <Models.TweetInfo> > mentionload = data.mentionload(); try { this.listView.ItemsSource = await mentionload; } catch (Exception ex) { } }