C# Class WinAppInsights.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: ProfessionalCSharp/ProfessionalCSharp6

Méthodes publiques

Méthode Description
MainPage ( ) : Microsoft.ApplicationInsights

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
OnAction ( object sender, RoutedEventArgs e ) : void
OnError ( object sender, RoutedEventArgs e ) : void
OnNavigateToSecondPage ( object sender, RoutedEventArgs e ) : void

Method Details

MainPage() public méthode

public MainPage ( ) : Microsoft.ApplicationInsights
Résultat Microsoft.ApplicationInsights

OnNavigatedTo() protected méthode

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