C# 클래스 WindowsPhoneTestFramework.Server.WCFHostedAutomationController.Interfaces.AutomationIdentifier

파일 보기 프로젝트 열기: Expensify/WindowsPhoneTestFramework 1 사용 예제들

공개 메소드들

메소드 설명
AutomationIdentifier ( ) : WindowsPhoneTestFramework.Server.Core
AutomationIdentifier ( string text, AutomationIdentification automationIdentification ) : WindowsPhoneTestFramework.Server.Core
Fill ( string text, AutomationIdentification automationIdentification ) : void

메소드 상세

AutomationIdentifier() 공개 메소드

public AutomationIdentifier ( ) : WindowsPhoneTestFramework.Server.Core
리턴 WindowsPhoneTestFramework.Server.Core

AutomationIdentifier() 공개 메소드

public AutomationIdentifier ( string text, AutomationIdentification automationIdentification ) : WindowsPhoneTestFramework.Server.Core
text string
automationIdentification AutomationIdentification
리턴 WindowsPhoneTestFramework.Server.Core

Fill() 공개 메소드

public Fill ( string text, AutomationIdentification automationIdentification ) : void
text string
automationIdentification AutomationIdentification
리턴 void