C# Класс StreetFoo.Client.UI.SearchResultsPage

This page displays search results when a global search is directed to this application.
Наследование: StreetFoo.Client.UI.Common.LayoutAwarePage
Показать файл Открыть проект Примеры использования класса

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