C# 클래스 wenku10.MainStage

상속: Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: tgckpg/wenku10 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID string
Instance MainStage

공개 메소드들

메소드 설명
ClearNavigate ( Type type, object Parameter = null ) : void
MainStage ( ) : System
SetTemplate ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
Escape ( Net.Astropenguin.Controls.KeyCombinationEventArgs e ) : void
OnBackRequested ( object sender, Net.Astropenguin.Controls.XBackRequestedEventArgs e ) : void
OnNavigated ( object sender, NavigationEventArgs e ) : void
SetGoBackButton ( ) : void

메소드 상세

ClearNavigate() 공개 메소드

public ClearNavigate ( Type type, object Parameter = null ) : void
type System.Type
Parameter object
리턴 void

MainStage() 공개 메소드

public MainStage ( ) : System
리턴 System

OnNavigatedFrom() 보호된 메소드

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

OnNavigatedTo() 보호된 메소드

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

SetTemplate() 공개 메소드

public SetTemplate ( ) : void
리턴 void

프로퍼티 상세

ID 공개적으로 정적으로 프로퍼티

public static string ID
리턴 string

Instance 공개적으로 정적으로 프로퍼티

public static MainStage,wenku10 Instance
리턴 MainStage