C# 클래스 Microsoft.Practices.Phone.Adapters.ApplicationFrameNavigationService

상속: INavigationService
파일 보기 프로젝트 열기: follesoe/TestableGeoTrackerDemo

공개 메소드들

메소드 설명
ApplicationFrameNavigationService ( PhoneApplicationFrame frame ) : System
GoBack ( ) : void
GoForward ( ) : void
Navigate ( Uri source ) : bool
RemoveBackEntry ( ) : System.Windows.Navigation.JournalEntry
StopLoading ( ) : void

비공개 메소드들

메소드 설명
frame_FragmentNavigation ( object sender, System.Windows.Navigation.FragmentNavigationEventArgs e ) : void
frame_JournalEntryRemoved ( object sender, JournalEntryRemovedEventArgs e ) : void
frame_Navigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
frame_Navigating ( object sender, System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
frame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void
frame_NavigationStopped ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void

메소드 상세

ApplicationFrameNavigationService() 공개 메소드

public ApplicationFrameNavigationService ( PhoneApplicationFrame frame ) : System
frame PhoneApplicationFrame
리턴 System

GoBack() 공개 메소드

public GoBack ( ) : void
리턴 void

GoForward() 공개 메소드

public GoForward ( ) : void
리턴 void

Navigate() 공개 메소드

public Navigate ( Uri source ) : bool
source System.Uri
리턴 bool

RemoveBackEntry() 공개 메소드

public RemoveBackEntry ( ) : System.Windows.Navigation.JournalEntry
리턴 System.Windows.Navigation.JournalEntry

StopLoading() 공개 메소드

public StopLoading ( ) : void
리턴 void