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
파일 보기 프로젝트 열기: ms-iot/adafruitsample

공개 메소드들

메소드 설명
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