C# Class Plugins.WindowsEnvironment.AutomationElementExtensions

Afficher le fichier Open project: brunomlopes/ILoveLucene

Méthodes publiques

Méthode 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 méthode

public static ControlType ( this element ) : ControlType
element this
Résultat System.Windows.Automation.ControlType

GetFiles() public static méthode

public static GetFiles ( this element ) : object
element this
Résultat object

GetSelectedItems() public static méthode

public static GetSelectedItems ( this element ) : System.Windows.Automation.AutomationElement[]
element this
Résultat System.Windows.Automation.AutomationElement[]

GetSelectionItemPattern() public static méthode

public static GetSelectionItemPattern ( this element ) : SelectionItemPattern
element this
Résultat System.Windows.Automation.SelectionItemPattern

GetSelectionPattern() public static méthode

public static GetSelectionPattern ( this element ) : SelectionPattern
element this
Résultat System.Windows.Automation.SelectionPattern

HasSelectedItems() public static méthode

public static HasSelectedItems ( this element ) : bool
element this
Résultat bool

IsSelected() public static méthode

public static IsSelected ( this element ) : bool
element this
Résultat bool

IsSelectionPatternAvailable() public static méthode

public static IsSelectionPatternAvailable ( this element ) : bool
element this
Résultat bool

Name() public static méthode

public static Name ( this element ) : string
element this
Résultat string

ValueOn() public static méthode

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