C# Класс MonoTests.Mono.UIAutomation.Winforms.MockBridge

Наследование: IAutomationBridge
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AutomationEvents List
AutomationPropertyChangedEvents List
StructureChangedEvents List

Открытые методы

Метод Описание
GetAutomationEventAt ( int index ) : AutomationEventTuple
GetAutomationEventCount ( AutomationEvent eventId ) : int
GetAutomationEventFrom ( object provider, int id ) : AutomationEventTuple
GetAutomationPropertyEventAt ( int index ) : AutomationPropertyChangedEventTuple
GetAutomationPropertyEventCount ( AutomationProperty propertyId ) : int
GetAutomationPropertyEventFrom ( object element, int id ) : AutomationPropertyChangedEventTuple
GetStructureChangedEventAt ( int index, StructureChangeType changeType ) : StructureChangedEventTuple
GetStructureChangedEventCount ( StructureChangeType changeType ) : int
GetStructureChangedEventFrom ( StructureChangeType changeType ) : StructureChangedEventTuple
GetStructureChangedEventFrom ( object element, StructureChangeType changeType ) : StructureChangedEventTuple
HostProviderFromHandle ( IntPtr hwnd ) : object
Initialize ( ) : void
RaiseAutomationEvent ( AutomationEvent eventId, object provider, AutomationEventArgs e ) : void
RaiseAutomationPropertyChangedEvent ( object element, AutomationPropertyChangedEventArgs e ) : void
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
ResetEventLists ( ) : void
Terminate ( ) : void

Описание методов

GetAutomationEventAt() публичный Метод

public GetAutomationEventAt ( int index ) : AutomationEventTuple
index int
Результат AutomationEventTuple

GetAutomationEventCount() публичный Метод

public GetAutomationEventCount ( AutomationEvent eventId ) : int
eventId System.Windows.Automation.AutomationEvent
Результат int

GetAutomationEventFrom() публичный Метод

public GetAutomationEventFrom ( object provider, int id ) : AutomationEventTuple
provider object
id int
Результат AutomationEventTuple

GetAutomationPropertyEventAt() публичный Метод

public GetAutomationPropertyEventAt ( int index ) : AutomationPropertyChangedEventTuple
index int
Результат AutomationPropertyChangedEventTuple

GetAutomationPropertyEventCount() публичный Метод

public GetAutomationPropertyEventCount ( AutomationProperty propertyId ) : int
propertyId System.Windows.Automation.AutomationProperty
Результат int

GetAutomationPropertyEventFrom() публичный Метод

public GetAutomationPropertyEventFrom ( object element, int id ) : AutomationPropertyChangedEventTuple
element object
id int
Результат AutomationPropertyChangedEventTuple

GetStructureChangedEventAt() публичный Метод

public GetStructureChangedEventAt ( int index, StructureChangeType changeType ) : StructureChangedEventTuple
index int
changeType StructureChangeType
Результат StructureChangedEventTuple

GetStructureChangedEventCount() публичный Метод

public GetStructureChangedEventCount ( StructureChangeType changeType ) : int
changeType StructureChangeType
Результат int

GetStructureChangedEventFrom() публичный Метод

public GetStructureChangedEventFrom ( StructureChangeType changeType ) : StructureChangedEventTuple
changeType StructureChangeType
Результат StructureChangedEventTuple

GetStructureChangedEventFrom() публичный Метод

public GetStructureChangedEventFrom ( object element, StructureChangeType changeType ) : StructureChangedEventTuple
element object
changeType StructureChangeType
Результат StructureChangedEventTuple

HostProviderFromHandle() публичный Метод

public HostProviderFromHandle ( IntPtr hwnd ) : object
hwnd System.IntPtr
Результат object

Initialize() публичный Метод

public Initialize ( ) : void
Результат void

RaiseAutomationEvent() публичный Метод

public RaiseAutomationEvent ( AutomationEvent eventId, object provider, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
provider object
e System.Windows.Automation.AutomationEventArgs
Результат void

RaiseAutomationPropertyChangedEvent() публичный Метод

public RaiseAutomationPropertyChangedEvent ( object element, AutomationPropertyChangedEventArgs e ) : void
element object
e System.Windows.Automation.AutomationPropertyChangedEventArgs
Результат void

RaiseStructureChangedEvent() публичный Метод

public RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
provider object
e System.Windows.Automation.StructureChangedEventArgs
Результат void

ResetEventLists() публичный Метод

public ResetEventLists ( ) : void
Результат void

Terminate() публичный Метод

public Terminate ( ) : void
Результат void

Описание свойств

AutomationEvents публичное свойство

public List AutomationEvents
Результат List

AutomationPropertyChangedEvents публичное свойство

public List AutomationPropertyChangedEvents
Результат List

StructureChangedEvents публичное свойство

public List StructureChangedEvents
Результат List