C# Класс System.Windows.Automation.SynchronizedInputPattern

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

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

Свойство Тип Описание
InputDiscardedEvent AutomationEvent
InputReachedOtherElementEvent AutomationEvent
InputReachedTargetEvent AutomationEvent
Pattern AutomationPattern

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

Метод Описание
Cancel ( ) : void
StartListening ( SynchronizedInputType type ) : void

Приватные методы

Метод Описание
SynchronizedInputPattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System
Wrap ( AutomationElement el, object pattern, bool cached ) : object

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

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

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

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

public StartListening ( SynchronizedInputType type ) : void
type SynchronizedInputType
Результат void

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

InputDiscardedEvent публичное статическое свойство

public static AutomationEvent,System.Windows.Automation InputDiscardedEvent
Результат AutomationEvent

InputReachedOtherElementEvent публичное статическое свойство

public static AutomationEvent,System.Windows.Automation InputReachedOtherElementEvent
Результат AutomationEvent

InputReachedTargetEvent публичное статическое свойство

public static AutomationEvent,System.Windows.Automation InputReachedTargetEvent
Результат AutomationEvent

Pattern публичное статическое свойство

public static AutomationPattern,System.Windows.Automation Pattern
Результат AutomationPattern