Пример #1
0
 private void Update_SelectedVoice(global::Windows.Media.SpeechSynthesis.VoiceInformation obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED | DATA_CHANGED)) != 0)
     {
         // Views\MainPage.xaml line 28
         if (!isobj5SelectedItemDisabled)
         {
             XamlBindingSetters.Set_Windows_UI_Xaml_Controls_Primitives_Selector_SelectedItem(this.obj5, obj, null);
         }
     }
 }
Пример #2
0
 public static global::Windows.Foundation.IAsyncOperation <bool> TrySetDefaultVoiceAsync(global::Windows.Media.SpeechSynthesis.VoiceInformation voice)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> SpeechSynthesizer.TrySetDefaultVoiceAsync(VoiceInformation voice) is not implemented in Uno.");
 }