Class PivotGridAutomationQueryProvider
class that defines the AutomationQueryProvider as PivotGridAutomation provider
Inheritance
System.Object
PivotGridAutomationQueryProvider
Namespace: Syncfusion.Windows.Automation.Linq
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotGridAutomationQueryProvider : QueryProviderBase
Constructors
PivotGridAutomationQueryProvider(AutomationElement, TreeScope)
Initializes a new instance of the PivotGridAutomationQueryProvider class.
Declaration
public PivotGridAutomationQueryProvider(AutomationElement element, TreeScope treeScope)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Automation.AutomationElement | element | |
System.Windows.Automation.TreeScope | treeScope |
Methods
Execute(Expression)
Retuns the corresponding condition that associated with automation element testing
Declaration
public override object Execute(Expression expression)
Parameters
Type | Name | Description |
---|---|---|
System.Linq.Expressions.Expression | expression |
Returns
Type |
---|
System.Object |