C# Класс Microsoft.Silverlight.Testing.Client.MobileStartup

The TagEditor control provides a brief user interface allowing for the selection of a set of tests, used to filter the test run.
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
OnCancelClicked void
OnRunClicked void
OnTagButtonClicked void
OnTagTouched void
OnTimerTick void
OnTouchToEnterTextClick void
RunTests void

Открытые методы

Метод Описание
MobileStartup ( ) : System

Initializes a new instance of the TagEditor type.

MobileStartup ( string initialTagExpression ) : System

Initializes a new instance of the TagEditor type.

StopTimer ( ) : void

Stop the timer.

Защищенные методы

Метод Описание
OnComplete ( TagExpressionEventArgs e ) : void

Fires the Complete event.

Приватные методы

Метод Описание
OnCancelClicked ( object sender, RoutedEventArgs e ) : void

Cancels the selection of a tag expression.

OnRunClicked ( object sender, RoutedEventArgs e ) : void
OnTagButtonClicked ( object sender, RoutedEventArgs e ) : void
OnTagTouched ( object sender, RoutedEventArgs e ) : void
OnTimerTick ( object sender, EventArgs e ) : void

Handle timer ticks.

OnTouchToEnterTextClick ( object sender, RoutedEventArgs e ) : void

Handle touch of the button to display the text box.

RunTests ( ) : void

Run the unit tests.

Описание методов

MobileStartup() публичный Метод

Initializes a new instance of the TagEditor type.
public MobileStartup ( ) : System
Результат System

MobileStartup() публичный Метод

Initializes a new instance of the TagEditor type.
public MobileStartup ( string initialTagExpression ) : System
initialTagExpression string The tag expression to use.
Результат System

OnComplete() защищенный Метод

Fires the Complete event.
protected OnComplete ( TagExpressionEventArgs e ) : void
e TagExpressionEventArgs The event arguments.
Результат void

StopTimer() публичный Метод

Stop the timer.
public StopTimer ( ) : void
Результат void