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 |
public PassBoolParam ( bool value, bool &retVal ) : void | ||
value | bool | |
retVal | bool | |
return | void |
public PassDoubleParam ( double value, double &retVal ) : void | ||
value | double | |
retVal | double | |
return | void |
public PassIntParam ( int value, int &retVal ) : void | ||
value | int | |
retVal | int | |
return | void |
public PassStringParam ( string value, string &retVal ) : void | ||
value | string | |
retVal | string | |
return | void |
public TestProviderClientInstance ( IUIAutomationPatternInstance patternInstance ) : System | ||
patternInstance | IUIAutomationPatternInstance | |
return | System |