C# 클래스 WindowsForms.AutomationHelpers.AutomationProvider

상속: IRawElementProviderFragmentRoot
파일 보기 프로젝트 열기: leviwilson/mohawk

공개 메소드들

메소드 설명
ElementProviderFromPoint ( double x, double y ) : IRawElementProviderFragment
GetEmbeddedFragmentRoots ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
GetFocus ( ) : IRawElementProviderFragment
GetPatternProvider ( int patternId ) : object
GetPropertyValue ( int propertyId ) : object
GetRuntimeId ( ) : int[]
Navigate ( NavigateDirection direction ) : IRawElementProviderFragment
SetFocus ( ) : void

보호된 메소드들

메소드 설명
AutomationProvider ( Control control ) : System.Collections.Generic

메소드 상세

AutomationProvider() 보호된 메소드

protected AutomationProvider ( Control control ) : System.Collections.Generic
control System.Windows.Forms.Control
리턴 System.Collections.Generic

ElementProviderFromPoint() 공개 메소드

public ElementProviderFromPoint ( double x, double y ) : IRawElementProviderFragment
x double
y double
리턴 IRawElementProviderFragment

GetEmbeddedFragmentRoots() 공개 메소드

public GetEmbeddedFragmentRoots ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
리턴 System.Windows.Automation.Provider.IRawElementProviderSimple[]

GetFocus() 공개 메소드

public GetFocus ( ) : IRawElementProviderFragment
리턴 IRawElementProviderFragment

GetPatternProvider() 공개 메소드

public GetPatternProvider ( int patternId ) : object
patternId int
리턴 object

GetPropertyValue() 공개 메소드

public GetPropertyValue ( int propertyId ) : object
propertyId int
리턴 object

GetRuntimeId() 공개 메소드

public GetRuntimeId ( ) : int[]
리턴 int[]

Navigate() 공개 메소드

public Navigate ( NavigateDirection direction ) : IRawElementProviderFragment
direction NavigateDirection
리턴 IRawElementProviderFragment

SetFocus() 공개 메소드

public SetFocus ( ) : void
리턴 void