Class AutomationQueryableExtensions
Inheritance
System.Object
AutomationQueryableExtensions
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public static class AutomationQueryableExtensions : Object
Methods
AsQueryable(AutomationElement)
Declaration
public static AutomationQueryable AsQueryable(this AutomationElement element)
Parameters
Type |
Name |
Description |
System.Windows.Automation.AutomationElement |
element |
|
Returns
AsQueryable(AutomationElement, TreeScope)
Declaration
public static AutomationQueryable AsQueryable(this AutomationElement element, TreeScope treeScope)
Parameters
Type |
Name |
Description |
System.Windows.Automation.AutomationElement |
element |
|
System.Windows.Automation.TreeScope |
treeScope |
|
Returns
First(AutomationQueryable, Expression<Func<AutomationTypeHolder, Boolean>>)
Declaration
public static AutomationElement First(this AutomationQueryable source, Expression<Func<AutomationTypeHolder, bool>> predicate)
Parameters
Returns
Type |
System.Windows.Automation.AutomationElement |
FirstOrDefault(AutomationQueryable, Expression<Func<AutomationTypeHolder, Boolean>>)
Declaration
public static AutomationElement FirstOrDefault(this AutomationQueryable source, Expression<Func<AutomationTypeHolder, bool>> predicate)
Parameters
Returns
Type |
System.Windows.Automation.AutomationElement |