C# 클래스 StreetFoo.Client.UI.SearchResultsPage

This page displays search results when a global search is directed to this application.
상속: StreetFoo.Client.UI.Common.LayoutAwarePage
파일 보기 프로젝트 열기: mbrit/ProgrammingMetroStyle 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Activate ( String queryText, ApplicationExecutionState previousExecutionState ) : void

Determines how best to support navigation back to the previous application state.

SearchResultsPage ( ) : System

보호된 메소드들

메소드 설명
GoBack ( object sender, RoutedEventArgs e ) : void

Invoked when the back button is pressed.

메소드 상세

Activate() 공개 정적인 메소드

Determines how best to support navigation back to the previous application state.
public static Activate ( String queryText, ApplicationExecutionState previousExecutionState ) : void
queryText String
previousExecutionState ApplicationExecutionState
리턴 void

GoBack() 보호된 메소드

Invoked when the back button is pressed.
protected GoBack ( object sender, RoutedEventArgs e ) : void
sender object The Button instance representing the back button.
e Windows.UI.Xaml.RoutedEventArgs Event data describing how the button was clicked.
리턴 void

SearchResultsPage() 공개 메소드

public SearchResultsPage ( ) : System
리턴 System