C# Class MonoTests.System.Windows.Automation.CustomProviderSimple

Inheritance: System.Windows.Automation.Provider.IRawElementProviderSimple
Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Méthode Description
CustomProviderSimple ( ) : System
CustomProviderSimple ( int handle ) : System
GetPatternProvider ( int patternId ) : object
GetPropertyValue ( int propertyId ) : object

Method Details

CustomProviderSimple() public méthode

public CustomProviderSimple ( ) : System
Résultat System

CustomProviderSimple() public méthode

public CustomProviderSimple ( int handle ) : System
handle int
Résultat System

GetPatternProvider() public méthode

public GetPatternProvider ( int patternId ) : object
patternId int
Résultat object

GetPropertyValue() public méthode

public GetPropertyValue ( int propertyId ) : object
propertyId int
Résultat object