C# Class Plugins.WindowsEnvironment.AutomationElementExtensions

ファイルを表示 Open project: brunomlopes/ILoveLucene

Public Methods

Method Description
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

Method Details

ControlType() public static method

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

GetFiles() public static method

public static GetFiles ( this element ) : object
element this
return object

GetSelectedItems() public static method

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

GetSelectionItemPattern() public static method

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

GetSelectionPattern() public static method

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

HasSelectedItems() public static method

public static HasSelectedItems ( this element ) : bool
element this
return bool

IsSelected() public static method

public static IsSelected ( this element ) : bool
element this
return bool

IsSelectionPatternAvailable() public static method

public static IsSelectionPatternAvailable ( this element ) : bool
element this
return bool

Name() public static method

public static Name ( this element ) : string
element this
return string

ValueOn() public static method

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