C# 클래스 Mono.UIAutomation.UiaDbusBridge.Wrappers.TextPatternWrapper

상속: ITextPattern
파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

공개 메소드들

메소드 설명
GetSelectionPaths ( ) : string[]
GetVisibleRangePaths ( ) : string[]
RangePathFromChild ( string childPath ) : string
RangePathFromPoint ( Mono.UIAutomation.UiaDbus screenLocation ) : string

비공개 메소드들

메소드 설명
GetOrCreateTextRange ( ITextRangeProvider rangeProvider ) : string
GetTextRangeFromPath ( string path ) : TextPatternRangeInfo
TextPatternWrapper ( ITextProvider provider, NDesk.DBus.Bus bus, string patternPath ) : System

메소드 상세

GetSelectionPaths() 공개 메소드

public GetSelectionPaths ( ) : string[]
리턴 string[]

GetVisibleRangePaths() 공개 메소드

public GetVisibleRangePaths ( ) : string[]
리턴 string[]

RangePathFromChild() 공개 메소드

public RangePathFromChild ( string childPath ) : string
childPath string
리턴 string

RangePathFromPoint() 공개 메소드

public RangePathFromPoint ( Mono.UIAutomation.UiaDbus screenLocation ) : string
screenLocation Mono.UIAutomation.UiaDbus
리턴 string