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
ファイルを表示 Open project: ms-iot/adafruitsample

Public Methods

Method 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

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs navArgs ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

MakePinWebAPICall() public method

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
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs navArgs ) : void
navArgs Windows.UI.Xaml.Navigation.NavigationEventArgs
return void