CreateLogicalSnapshot(ILogical, TreeComparisonOptions?) Method

Definition

Assembly HeadlessTestingFramework.dll

Creates a snapshot of a logical tree structure.

public static TreeSnapshot CreateLogicalSnapshot(ILogical root, TreeComparisonOptions? options = null)

Parameters

root
Avalonia.LogicalTree.ILogical

The root logical.

options
TreeComparisonOptions

Snapshot options.

Returns

TreeSnapshot
A tree snapshot.