Esempio n. 1
0
 private async Task AnnounceNarratorStatus()
 {
     await RunOnUIThreadAsync(CoreDispatcherPriority.Normal, () =>
     {
         TextBlockAutomationPeer peer = new TextBlockAutomationPeer(TextBlockNarratorStatus);
         peer.RaiseAutomationEvent(AutomationEvents.LiveRegionChanged);
     });
 }