C# Класс Mono.UIAutomation.TestFramework.Edit

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

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

Свойство Тип Описание
UIAType System.Windows.Automation.ControlType

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

Метод Описание
Edit ( AutomationElement elm ) : System
GetSelection ( ) : System.Windows.Automation.Text.TextPatternRange[]
GetSelection ( bool log ) : System.Windows.Automation.Text.TextPatternRange[]
GetVisibleRanges ( ) : System.Windows.Automation.Text.TextPatternRange[]
GetVisibleRanges ( bool log ) : System.Windows.Automation.Text.TextPatternRange[]
RangeFromChild ( AutomationElement childElement ) : TextPatternRange
RangeFromChild ( AutomationElement childElement, bool log ) : TextPatternRange
RangeFromPoint ( Point screenLocation ) : TextPatternRange
RangeFromPoint ( Point screenLocation, bool log ) : TextPatternRange
SetValue ( string value ) : void
SetValue ( string value, bool log ) : void

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

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

public Edit ( AutomationElement elm ) : System
elm System.Windows.Automation.AutomationElement
Результат System

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

public GetSelection ( ) : System.Windows.Automation.Text.TextPatternRange[]
Результат System.Windows.Automation.Text.TextPatternRange[]

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

public GetSelection ( bool log ) : System.Windows.Automation.Text.TextPatternRange[]
log bool
Результат System.Windows.Automation.Text.TextPatternRange[]

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

public GetVisibleRanges ( ) : System.Windows.Automation.Text.TextPatternRange[]
Результат System.Windows.Automation.Text.TextPatternRange[]

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

public GetVisibleRanges ( bool log ) : System.Windows.Automation.Text.TextPatternRange[]
log bool
Результат System.Windows.Automation.Text.TextPatternRange[]

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

public RangeFromChild ( AutomationElement childElement ) : TextPatternRange
childElement System.Windows.Automation.AutomationElement
Результат System.Windows.Automation.Text.TextPatternRange

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

public RangeFromChild ( AutomationElement childElement, bool log ) : TextPatternRange
childElement System.Windows.Automation.AutomationElement
log bool
Результат System.Windows.Automation.Text.TextPatternRange

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

public RangeFromPoint ( Point screenLocation ) : TextPatternRange
screenLocation Point
Результат System.Windows.Automation.Text.TextPatternRange

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

public RangeFromPoint ( Point screenLocation, bool log ) : TextPatternRange
screenLocation Point
log bool
Результат System.Windows.Automation.Text.TextPatternRange

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

public SetValue ( string value ) : void
value string
Результат void

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

public SetValue ( string value, bool log ) : void
value string
log bool
Результат void

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

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

public static ControlType,System.Windows.Automation UIAType
Результат System.Windows.Automation.ControlType