TreeXPath(ILogical, Boolean) Constructor

Definition

Assembly HeadlessTestingFramework.dll

Creates a TreeXPath query engine for a logical root.

public TreeXPath(ILogical root, bool useVisualTree = false)

Parameters

root
Avalonia.LogicalTree.ILogical

The root logical.

useVisualTree
Boolean

Whether to search visual tree instead of logical.