C# 클래스 OfficeTicTacToe.AppShell

An empty page that can be used on its own or navigated to within a Frame.
상속: Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: DXFrance/OfficeTicTacToe 1 사용 예제들

공개 메소드들

메소드 설명
AppShell ( ) : Microsoft.Graph
GetCurrentSourcePageType ( ) : Type
Navigate ( Type page, Object args = null ) : void
SetTitle ( String text ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
ButtonTransparentForBigFinger_Click ( object sender, RoutedEventArgs e ) : void
HamburgerButton_Click ( object sender, RoutedEventArgs e ) : void
NavLinksList_ItemClick ( object sender, ItemClickEventArgs e ) : void
RefreshButton_Click ( object sender, RoutedEventArgs e ) : void
ShellFrame_Navigated ( object sender, NavigationEventArgs e ) : void
ShellFrame_Navigating ( object sender, NavigatingCancelEventArgs e ) : void

메소드 상세

AppShell() 공개 메소드

public AppShell ( ) : Microsoft.Graph
리턴 Microsoft.Graph

GetCurrentSourcePageType() 공개 메소드

public GetCurrentSourcePageType ( ) : Type
리턴 System.Type

Navigate() 공개 메소드

public Navigate ( Type page, Object args = null ) : void
page System.Type
args Object
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

OnNavigatingFrom() 보호된 메소드

protected OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs
리턴 void

SetTitle() 공개 메소드

public SetTitle ( String text ) : void
text String
리턴 void