C# Class UIAControls.TestProviderClientInstance

Inheritance: ManagedUiaCustomizationCore.CustomClientInstanceBase, ITestPattern
显示文件 Open project: TestStack/uia-custom-pattern-managed Class Usage Examples

Public Methods

Method Description
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

Method Details

PassBoolParam() public method

public PassBoolParam ( bool value, bool &retVal ) : void
value bool
retVal bool
return void

PassDoubleParam() public method

public PassDoubleParam ( double value, double &retVal ) : void
value double
retVal double
return void

PassIntParam() public method

public PassIntParam ( int value, int &retVal ) : void
value int
retVal int
return void

PassStringParam() public method

public PassStringParam ( string value, string &retVal ) : void
value string
retVal string
return void

TestProviderClientInstance() public method

public TestProviderClientInstance ( IUIAutomationPatternInstance patternInstance ) : System
patternInstance IUIAutomationPatternInstance
return System