Vixen
dd8b0a81
csharp
public readonly record struct AccessibilityChange

One node's worth of change between two captures.

Read the guide page for this →

Fields and properties (3)

  • public AccessibilityChangeKind Kind

    Added, removed, or edited in place.

  • public int Node

    The node id, which is stable across the captures of one AccessibilityTreeSource.

  • public AccessibilityFields Fields

    For Changed, which parts differ — never None. Always None for the other two, where every part is new or gone.

Methods (1)

Used by (3)

  • AccessibilityTreeVixen.Ui
  • AccessibilityTreeSourceVixen.Ui
  • AccessibilityTreeTestsVixen.Ui.Tests