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
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

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