Class AutomationQueryProvider
Inheritance
System.Object
AutomationQueryProvider
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class AutomationQueryProvider : QueryProviderBase
Constructors
AutomationQueryProvider(AutomationElement, TreeScope)
Declaration
public AutomationQueryProvider(AutomationElement element, TreeScope treeScope)
Parameters
Type |
Name |
Description |
System.Windows.Automation.AutomationElement |
element |
|
System.Windows.Automation.TreeScope |
treeScope |
|
Methods
Execute(Expression)
Declaration
public override object Execute(Expression expression)
Parameters
Type |
Name |
Description |
System.Linq.Expressions.Expression |
expression |
|
Returns