GetLogicalPathFromRoot(ILogical) Method

Definition

Assembly HeadlessTestingFramework.dll

Gets the logical path from root to the specified logical.

public static IReadOnlyList<ILogical> GetLogicalPathFromRoot(this ILogical logical)

Parameters

logical
Avalonia.LogicalTree.ILogical

The logical to get the path to.

Returns

IReadOnlyList<ILogical>
The path as a list of logicals from root to the logical.