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

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