C# 클래스 Mono.UIAutomation.TestFramework.Edit

상속: Element
파일 보기 프로젝트 열기: mono/uia2atk

공개 프로퍼티들

프로퍼티 타입 설명
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