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

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

Свойство Тип Описание
CreateTagButton System.Windows.Controls.Button
OnCancelClicked void
OnRunClicked void
OnTagButtonClicked void
OnTagTouched void
OnTimerTick void
RunTests void

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

Метод Описание
StopTimer ( ) : void

Stop the timer.

TagEditor ( ) : System

Initializes a new instance of the TagEditor type.

TagEditor ( string initialTagExpression ) : System

Initializes a new instance of the TagEditor type.

TagEditor ( string initialTagExpression, IList sampleTags ) : System

Initializes a new instance of the TagEditor type. Also includes a set of sample tags for display to the end user.

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

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

Fires the Complete event.

OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Handles the key down event.

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

Метод Описание
CreateTagButton ( string content ) : System.Windows.Controls.Button

Creates a new button.

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.

RunTests ( ) : void

Run the unit tests.

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

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

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

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

Handles the key down event.
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs The key event arguments.
Результат void

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

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

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

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

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

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

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

Initializes a new instance of the TagEditor type. Also includes a set of sample tags for display to the end user.
public TagEditor ( string initialTagExpression, IList sampleTags ) : System
initialTagExpression string The tag expression to use.
sampleTags IList Sample tags to display.
Результат System