C# 클래스 App42_WNS_Sample.MainPage

상속: global::Windows.UI.Xaml.Controls.Page, global::Windows.UI.Xaml.Markup.IComponentConnector
파일 보기 프로젝트 열기: shephertz/App42-WinRT-Samples

공개 메소드들

메소드 설명
HideLoadingBar ( ) : void
MainPage ( ) : System
NotifyUser ( string strMessage, NotifyType type ) : void

Used to display messages to the user

ShowLoadingBar ( ) : void

보호된 메소드들

메소드 설명
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

비공개 메소드들

메소드 설명
Connect ( int connectionId, object target ) : void
CreateOrUpdateChannel ( ) : void
InitializeComponent ( ) : void
SendTileWithImage_Click ( object sender, RoutedEventArgs e ) : void
SendTile_Click ( object sender, RoutedEventArgs e ) : void
SendToastWithParams_Click ( object sender, RoutedEventArgs e ) : void
SendToast_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

HideLoadingBar() 공개 메소드

public HideLoadingBar ( ) : void
리턴 void

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

NotifyUser() 공개 메소드

Used to display messages to the user
public NotifyUser ( string strMessage, NotifyType type ) : void
strMessage string
type NotifyType
리턴 void

OnNavigatedTo() 보호된 메소드

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs Event data that describes how this page was reached. /// This parameter is typically used to configure the page.
리턴 void

ShowLoadingBar() 공개 메소드

public ShowLoadingBar ( ) : void
리턴 void