C# 클래스 System.Windows.Automation.DesktopElement

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

공개 메소드들

메소드 설명
GetCurrentPattern ( AutomationPattern pattern ) : object
GetDescendantFromPoint ( double x, double y ) : IElement
GetSupportedPatterns ( ) : System.Windows.Automation.AutomationPattern[]
GetSupportedProperties ( ) : System.Windows.Automation.AutomationProperty[]
SetFocus ( ) : void
SupportsProperty ( AutomationProperty property ) : bool

메소드 상세

GetCurrentPattern() 공개 메소드

public GetCurrentPattern ( AutomationPattern pattern ) : object
pattern AutomationPattern
리턴 object

GetDescendantFromPoint() 공개 메소드

public GetDescendantFromPoint ( double x, double y ) : IElement
x double
y double
리턴 IElement

GetSupportedPatterns() 공개 메소드

public GetSupportedPatterns ( ) : System.Windows.Automation.AutomationPattern[]
리턴 System.Windows.Automation.AutomationPattern[]

GetSupportedProperties() 공개 메소드

public GetSupportedProperties ( ) : System.Windows.Automation.AutomationProperty[]
리턴 System.Windows.Automation.AutomationProperty[]

SetFocus() 공개 메소드

public SetFocus ( ) : void
리턴 void

SupportsProperty() 공개 메소드

public SupportsProperty ( AutomationProperty property ) : bool
property AutomationProperty
리턴 bool