C# Class Lesson_203V2.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: ms-iot/adafruitsample

Méthodes publiques

Méthode Description
MainPage ( ) : System
MakePinWebAPICall ( ) : void

This method will put your pin on the world map of makers using this lesson. This uses imprecise location (for example, a location derived from your IP address with less precision such as at a city or postal code level). No personal information is stored. It simply collects the total count and other aggregate information. http://www.microsoft.com/en-us/privacystatement/default.aspx Comment out the line below to opt-out

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs navArgs ) : void

Method Details

MainPage() public méthode

public MainPage ( ) : System
Résultat System

MakePinWebAPICall() public méthode

This method will put your pin on the world map of makers using this lesson. This uses imprecise location (for example, a location derived from your IP address with less precision such as at a city or postal code level). No personal information is stored. It simply collects the total count and other aggregate information. http://www.microsoft.com/en-us/privacystatement/default.aspx Comment out the line below to opt-out
public MakePinWebAPICall ( ) : void
Résultat void

OnNavigatedTo() protected méthode

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