C# Класс Lesson_203V2.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Наследование: Windows.UI.Xaml.Controls.Page
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
OnNavigatedTo ( NavigationEventArgs navArgs ) : void

Описание методов

MainPage() публичный Метод

public MainPage ( ) : System
Результат System

MakePinWebAPICall() публичный Метод

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
Результат void

OnNavigatedTo() защищенный Метод

protected OnNavigatedTo ( NavigationEventArgs navArgs ) : void
navArgs Windows.UI.Xaml.Navigation.NavigationEventArgs
Результат void