C# Class NotificationsExtensions.SampleApp.ToastsPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: WindowsNotifications/NotificationsExtensions

Méthodes publiques

Méthode Description
ToastsPage ( ) : System

Private Methods

Méthode Description
ButtonCustomSnoozeAndDismissText_Click ( object sender, RoutedEventArgs e ) : void
ButtonCustomSnoozeAndDismissText_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
ButtonCustomSnoozeTimes_Click ( object sender, RoutedEventArgs e ) : void
ButtonCustomSnoozeTimes_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
ButtonLoopingAudio_Click ( object sender, RoutedEventArgs e ) : void
ButtonLoopingAudio_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
ButtonQuickReply_Click ( object sender, RoutedEventArgs e ) : void
ButtonQuickReply_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
ButtonRS1StyleToast_Click ( object sender, RoutedEventArgs e ) : void
ButtonSystemSnoozeDismiss_Click ( object sender, RoutedEventArgs e ) : void
ButtonSystemSnoozeDismiss_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
ButtonWeatherToast_Click ( object sender, RoutedEventArgs e ) : void
GenerateWeatherSubgroup ( string day, string imageUri, int tempHi, int tempLo ) : AdaptiveSubgroup
Show ( ToastContent content ) : void

Method Details

ToastsPage() public méthode

public ToastsPage ( ) : System
Résultat System