C# 클래스 Plugins.WindowsEnvironment.AutomationElementExtensions

파일 보기 프로젝트 열기: brunomlopes/ILoveLucene

공개 메소드들

메소드 설명
ControlType ( this element ) : ControlType
GetFiles ( this element ) : object
GetSelectedItems ( this element ) : System.Windows.Automation.AutomationElement[]
GetSelectionItemPattern ( this element ) : SelectionItemPattern
GetSelectionPattern ( this element ) : SelectionPattern
HasSelectedItems ( this element ) : bool
IsSelected ( this element ) : bool
IsSelectionPatternAvailable ( this element ) : bool
Name ( this element ) : string
ValueOn ( this property, AutomationElement element ) : object

메소드 상세

ControlType() 공개 정적인 메소드

public static ControlType ( this element ) : ControlType
element this
리턴 System.Windows.Automation.ControlType

GetFiles() 공개 정적인 메소드

public static GetFiles ( this element ) : object
element this
리턴 object

GetSelectedItems() 공개 정적인 메소드

public static GetSelectedItems ( this element ) : System.Windows.Automation.AutomationElement[]
element this
리턴 System.Windows.Automation.AutomationElement[]

GetSelectionItemPattern() 공개 정적인 메소드

public static GetSelectionItemPattern ( this element ) : SelectionItemPattern
element this
리턴 System.Windows.Automation.SelectionItemPattern

GetSelectionPattern() 공개 정적인 메소드

public static GetSelectionPattern ( this element ) : SelectionPattern
element this
리턴 System.Windows.Automation.SelectionPattern

HasSelectedItems() 공개 정적인 메소드

public static HasSelectedItems ( this element ) : bool
element this
리턴 bool

IsSelected() 공개 정적인 메소드

public static IsSelected ( this element ) : bool
element this
리턴 bool

IsSelectionPatternAvailable() 공개 정적인 메소드

public static IsSelectionPatternAvailable ( this element ) : bool
element this
리턴 bool

Name() 공개 정적인 메소드

public static Name ( this element ) : string
element this
리턴 string

ValueOn() 공개 정적인 메소드

public static ValueOn ( this property, AutomationElement element ) : object
property this
element System.Windows.Automation.AutomationElement
리턴 object