C# Class Mono.UIAutomation.UiaDbusSource.UiaDbusElement

Inheritance: IElement
Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Méthode Description
GetCurrentPattern ( AutomationPattern pattern ) : object
GetDescendantFromPoint ( double x, double y ) : IElement
GetSupportedPatterns ( ) : System.Windows.Automation.AutomationPattern[]
GetSupportedProperties ( ) : System.Windows.Automation.AutomationProperty[]
SetFocus ( ) : void
SupportsProperty ( AutomationProperty property ) : bool
UiaDbusElement ( Mono.UIAutomation.UiaDbus.Interfaces dbusElement, string busName, string dbusPath, UiaDbusAutomationSource source ) : System

Method Details

GetCurrentPattern() public méthode

public GetCurrentPattern ( AutomationPattern pattern ) : object
pattern System.Windows.Automation.AutomationPattern
Résultat object

GetDescendantFromPoint() public méthode

public GetDescendantFromPoint ( double x, double y ) : IElement
x double
y double
Résultat IElement

GetSupportedPatterns() public méthode

public GetSupportedPatterns ( ) : System.Windows.Automation.AutomationPattern[]
Résultat System.Windows.Automation.AutomationPattern[]

GetSupportedProperties() public méthode

public GetSupportedProperties ( ) : System.Windows.Automation.AutomationProperty[]
Résultat System.Windows.Automation.AutomationProperty[]

SetFocus() public méthode

public SetFocus ( ) : void
Résultat void

SupportsProperty() public méthode

public SupportsProperty ( AutomationProperty property ) : bool
property System.Windows.Automation.AutomationProperty
Résultat bool

UiaDbusElement() public méthode

public UiaDbusElement ( Mono.UIAutomation.UiaDbus.Interfaces dbusElement, string busName, string dbusPath, UiaDbusAutomationSource source ) : System
dbusElement Mono.UIAutomation.UiaDbus.Interfaces
busName string
dbusPath string
source UiaDbusAutomationSource
Résultat System