xamarin dapatkan textview dengan id

var savedAccount = (TextView)FindViewById(R.Id.accountTextView) // NOT SUPPORTED!
 foreach (var widgetId in appWidgetIds)
 if (SavedAccount.Text == CrossSettings.Current.GetValueOrDefault<string>(widgetId.ToString()))
  //here comes the further update 
Average Alpaca