C# 클래스 UIAControls.TestProviderClientInstance

상속: ManagedUiaCustomizationCore.CustomClientInstanceBase, ITestPattern
파일 보기 프로젝트 열기: TestStack/uia-custom-pattern-managed 1 사용 예제들

공개 메소드들

메소드 설명
PassBoolParam ( bool value, bool &retVal ) : void
PassDoubleParam ( double value, double &retVal ) : void
PassIntParam ( int value, int &retVal ) : void
PassStringParam ( string value, string &retVal ) : void
TestProviderClientInstance ( IUIAutomationPatternInstance patternInstance ) : System

메소드 상세

PassBoolParam() 공개 메소드

public PassBoolParam ( bool value, bool &retVal ) : void
value bool
retVal bool
리턴 void

PassDoubleParam() 공개 메소드

public PassDoubleParam ( double value, double &retVal ) : void
value double
retVal double
리턴 void

PassIntParam() 공개 메소드

public PassIntParam ( int value, int &retVal ) : void
value int
retVal int
리턴 void

PassStringParam() 공개 메소드

public PassStringParam ( string value, string &retVal ) : void
value string
retVal string
리턴 void

TestProviderClientInstance() 공개 메소드

public TestProviderClientInstance ( IUIAutomationPatternInstance patternInstance ) : System
patternInstance IUIAutomationPatternInstance
리턴 System