C# Class UIAutomation.UiaAutomation

Inheritance: IAutomation
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
AddAutomationEventHandler ( UIANET::System.Windows.Automation eventId, IUiElement element, UIANET::System.Windows.Automation scope, UIANET::System.Windows.Automation eventHandler ) : void
AddAutomationFocusChangedEventHandler ( UIANET::System.Windows.Automation eventHandler ) : void
AddAutomationPropertyChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation scope, UIANET::System.Windows.Automation eventHandler ) : void
AddStructureChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation scope, UIANET::System.Windows.Automation eventHandler ) : void
Compare ( IUiElement el1, IUiElement el2 ) : bool
Compare ( int runtimeId1, int runtimeId2 ) : bool
PatternName ( IBasePattern pattern ) : string
PropertyName ( UIANET::System.Windows.Automation property ) : string
RemoveAllEventHandlers ( ) : void
RemoveAutomationEventHandler ( UIANET::System.Windows.Automation eventId, IUiElement element, UIANET::System.Windows.Automation eventHandler ) : void
RemoveAutomationFocusChangedEventHandler ( UIANET::System.Windows.Automation eventHandler ) : void
RemoveAutomationPropertyChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation eventHandler ) : void
RemoveStructureChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation eventHandler ) : void

Method Details

AddAutomationEventHandler() public méthode

public AddAutomationEventHandler ( UIANET::System.Windows.Automation eventId, IUiElement element, UIANET::System.Windows.Automation scope, UIANET::System.Windows.Automation eventHandler ) : void
eventId UIANET::System.Windows.Automation
element IUiElement
scope UIANET::System.Windows.Automation
eventHandler UIANET::System.Windows.Automation
Résultat void

AddAutomationFocusChangedEventHandler() public méthode

public AddAutomationFocusChangedEventHandler ( UIANET::System.Windows.Automation eventHandler ) : void
eventHandler UIANET::System.Windows.Automation
Résultat void

AddAutomationPropertyChangedEventHandler() public méthode

public AddAutomationPropertyChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation scope, UIANET::System.Windows.Automation eventHandler ) : void
element IUiElement
scope UIANET::System.Windows.Automation
eventHandler UIANET::System.Windows.Automation
Résultat void

AddStructureChangedEventHandler() public méthode

public AddStructureChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation scope, UIANET::System.Windows.Automation eventHandler ) : void
element IUiElement
scope UIANET::System.Windows.Automation
eventHandler UIANET::System.Windows.Automation
Résultat void

Compare() public méthode

public Compare ( IUiElement el1, IUiElement el2 ) : bool
el1 IUiElement
el2 IUiElement
Résultat bool

Compare() public méthode

public Compare ( int runtimeId1, int runtimeId2 ) : bool
runtimeId1 int
runtimeId2 int
Résultat bool

PatternName() public méthode

public PatternName ( IBasePattern pattern ) : string
pattern IBasePattern
Résultat string

PropertyName() public méthode

public PropertyName ( UIANET::System.Windows.Automation property ) : string
property UIANET::System.Windows.Automation
Résultat string

RemoveAllEventHandlers() public méthode

public RemoveAllEventHandlers ( ) : void
Résultat void

RemoveAutomationEventHandler() public méthode

public RemoveAutomationEventHandler ( UIANET::System.Windows.Automation eventId, IUiElement element, UIANET::System.Windows.Automation eventHandler ) : void
eventId UIANET::System.Windows.Automation
element IUiElement
eventHandler UIANET::System.Windows.Automation
Résultat void

RemoveAutomationFocusChangedEventHandler() public méthode

public RemoveAutomationFocusChangedEventHandler ( UIANET::System.Windows.Automation eventHandler ) : void
eventHandler UIANET::System.Windows.Automation
Résultat void

RemoveAutomationPropertyChangedEventHandler() public méthode

public RemoveAutomationPropertyChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation eventHandler ) : void
element IUiElement
eventHandler UIANET::System.Windows.Automation
Résultat void

RemoveStructureChangedEventHandler() public méthode

public RemoveStructureChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation eventHandler ) : void
element IUiElement
eventHandler UIANET::System.Windows.Automation
Résultat void