C# Class AudioGraphBackgroundPlayback.MainPage

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: Myfreedom614/UWP-Samples

Private Properties

Свойство Type Description
CreateAudioGraph System.Threading.Tasks.Task
File_Click void
Graph_Click void
Scenario1_Loaded void
ShowMessage System.Threading.Tasks.Task
TogglePlay void

Méthodes publiques

Méthode Description
MainPage ( ) : AudioGraphBackgroundPlayback.Services

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
CreateAudioGraph ( ) : System.Threading.Tasks.Task
File_Click ( object sender, RoutedEventArgs e ) : void
Graph_Click ( object sender, RoutedEventArgs e ) : void
Scenario1_Loaded ( object sender, RoutedEventArgs e ) : void
ShowMessage ( string message ) : System.Threading.Tasks.Task
TogglePlay ( ) : void

Method Details

MainPage() public méthode

public MainPage ( ) : AudioGraphBackgroundPlayback.Services
Résultat AudioGraphBackgroundPlayback.Services

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void