C# Class System.Windows.Automation.Automation

Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Свойство Type Description
ContentViewCondition Condition
ControlViewCondition Condition
RawViewCondition Condition

Private Properties

Свойство Type Description
Automation System

Méthodes publiques

Méthode Description
AddAutomationEventHandler ( AutomationEvent eventId, AutomationElement element, TreeScope scope, AutomationEventHandler eventHandler ) : void
AddAutomationFocusChangedEventHandler ( AutomationFocusChangedEventHandler eventHandler ) : void
AddAutomationPropertyChangedEventHandler ( AutomationElement element, TreeScope scope, AutomationPropertyChangedEventHandler eventHandler ) : void
AddStructureChangedEventHandler ( AutomationElement element, TreeScope scope, StructureChangedEventHandler eventHandler ) : void
Compare ( AutomationElement el1, AutomationElement el2 ) : bool
Compare ( int runtimeId1, int runtimeId2 ) : bool
PatternName ( AutomationPattern pattern ) : string
PropertyName ( AutomationProperty property ) : string
RemoveAllEventHandlers ( ) : void
RemoveAutomationEventHandler ( AutomationEvent eventId, AutomationElement element, AutomationEventHandler eventHandler ) : void
RemoveAutomationFocusChangedEventHandler ( AutomationFocusChangedEventHandler eventHandler ) : void
RemoveAutomationPropertyChangedEventHandler ( AutomationElement element, AutomationPropertyChangedEventHandler eventHandler ) : void
RemoveStructureChangedEventHandler ( AutomationElement element, StructureChangedEventHandler eventHandler ) : void

Private Methods

Méthode Description
Automation ( ) : System

Method Details

AddAutomationEventHandler() public static méthode

public static AddAutomationEventHandler ( AutomationEvent eventId, AutomationElement element, TreeScope scope, AutomationEventHandler eventHandler ) : void
eventId AutomationEvent
element AutomationElement
scope TreeScope
eventHandler AutomationEventHandler
Résultat void

AddAutomationFocusChangedEventHandler() public static méthode

public static AddAutomationFocusChangedEventHandler ( AutomationFocusChangedEventHandler eventHandler ) : void
eventHandler AutomationFocusChangedEventHandler
Résultat void

AddAutomationPropertyChangedEventHandler() public static méthode

public static AddAutomationPropertyChangedEventHandler ( AutomationElement element, TreeScope scope, AutomationPropertyChangedEventHandler eventHandler ) : void
element AutomationElement
scope TreeScope
eventHandler AutomationPropertyChangedEventHandler
Résultat void

AddStructureChangedEventHandler() public static méthode

public static AddStructureChangedEventHandler ( AutomationElement element, TreeScope scope, StructureChangedEventHandler eventHandler ) : void
element AutomationElement
scope TreeScope
eventHandler StructureChangedEventHandler
Résultat void

Compare() public static méthode

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

Compare() public static méthode

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

PatternName() public static méthode

public static PatternName ( AutomationPattern pattern ) : string
pattern AutomationPattern
Résultat string

PropertyName() public static méthode

public static PropertyName ( AutomationProperty property ) : string
property AutomationProperty
Résultat string

RemoveAllEventHandlers() public static méthode

public static RemoveAllEventHandlers ( ) : void
Résultat void

RemoveAutomationEventHandler() public static méthode

public static RemoveAutomationEventHandler ( AutomationEvent eventId, AutomationElement element, AutomationEventHandler eventHandler ) : void
eventId AutomationEvent
element AutomationElement
eventHandler AutomationEventHandler
Résultat void

RemoveAutomationFocusChangedEventHandler() public static méthode

public static RemoveAutomationFocusChangedEventHandler ( AutomationFocusChangedEventHandler eventHandler ) : void
eventHandler AutomationFocusChangedEventHandler
Résultat void

RemoveAutomationPropertyChangedEventHandler() public static méthode

public static RemoveAutomationPropertyChangedEventHandler ( AutomationElement element, AutomationPropertyChangedEventHandler eventHandler ) : void
element AutomationElement
eventHandler AutomationPropertyChangedEventHandler
Résultat void

RemoveStructureChangedEventHandler() public static méthode

public static RemoveStructureChangedEventHandler ( AutomationElement element, StructureChangedEventHandler eventHandler ) : void
element AutomationElement
eventHandler StructureChangedEventHandler
Résultat void

Property Details

ContentViewCondition public_oe static_oe property

public static Condition ContentViewCondition
Résultat Condition

ControlViewCondition public_oe static_oe property

public static Condition ControlViewCondition
Résultat Condition

RawViewCondition public_oe static_oe property

public static Condition RawViewCondition
Résultat Condition