C# Class O365_UWP_Unified_API_Snippets.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: microsoftgraph/uwp-csharp-snippets-rest-sample

Méthodes publiques

Méthode Description
MainPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
ClearSelection_Click ( object sender, RoutedEventArgs e ) : void
CreateStoryList ( ) : void
Disconnect_Click ( object sender, RoutedEventArgs e ) : void
ResetStories ( ) : void
RunSelectedStories_Click ( object sender, RoutedEventArgs e ) : void
runSelectedAsync ( ) : System.Threading.Tasks.Task

Method Details

MainPage() public méthode

public MainPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

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