C# Class UIAControls.TestProviderClientInstance

Inheritance: ManagedUiaCustomizationCore.CustomClientInstanceBase, ITestPattern
Afficher le fichier Open project: TestStack/uia-custom-pattern-managed Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public PassBoolParam ( bool value, bool &retVal ) : void
value bool
retVal bool
Résultat void

PassDoubleParam() public méthode

public PassDoubleParam ( double value, double &retVal ) : void
value double
retVal double
Résultat void

PassIntParam() public méthode

public PassIntParam ( int value, int &retVal ) : void
value int
retVal int
Résultat void

PassStringParam() public méthode

public PassStringParam ( string value, string &retVal ) : void
value string
retVal string
Résultat void

TestProviderClientInstance() public méthode

public TestProviderClientInstance ( IUIAutomationPatternInstance patternInstance ) : System
patternInstance IUIAutomationPatternInstance
Résultat System