C# Класс Plugins.WindowsEnvironment.AutomationElementExtensions

Показать файл Открыть проект

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

Метод Описание
ControlType ( this element ) : ControlType
GetFiles ( this element ) : object
GetSelectedItems ( this element ) : System.Windows.Automation.AutomationElement[]
GetSelectionItemPattern ( this element ) : SelectionItemPattern
GetSelectionPattern ( this element ) : SelectionPattern
HasSelectedItems ( this element ) : bool
IsSelected ( this element ) : bool
IsSelectionPatternAvailable ( this element ) : bool
Name ( this element ) : string
ValueOn ( this property, AutomationElement element ) : object

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

ControlType() публичный статический Метод

public static ControlType ( this element ) : ControlType
element this
Результат System.Windows.Automation.ControlType

GetFiles() публичный статический Метод

public static GetFiles ( this element ) : object
element this
Результат object

GetSelectedItems() публичный статический Метод

public static GetSelectedItems ( this element ) : System.Windows.Automation.AutomationElement[]
element this
Результат System.Windows.Automation.AutomationElement[]

GetSelectionItemPattern() публичный статический Метод

public static GetSelectionItemPattern ( this element ) : SelectionItemPattern
element this
Результат System.Windows.Automation.SelectionItemPattern

GetSelectionPattern() публичный статический Метод

public static GetSelectionPattern ( this element ) : SelectionPattern
element this
Результат System.Windows.Automation.SelectionPattern

HasSelectedItems() публичный статический Метод

public static HasSelectedItems ( this element ) : bool
element this
Результат bool

IsSelected() публичный статический Метод

public static IsSelected ( this element ) : bool
element this
Результат bool

IsSelectionPatternAvailable() публичный статический Метод

public static IsSelectionPatternAvailable ( this element ) : bool
element this
Результат bool

Name() публичный статический Метод

public static Name ( this element ) : string
element this
Результат string

ValueOn() публичный статический Метод

public static ValueOn ( this property, AutomationElement element ) : object
property this
element System.Windows.Automation.AutomationElement
Результат object