csharp
public readonly record struct AccessibilityChangeOne node's worth of change between two captures.
Fields and properties (3)
public AccessibilityChangeKind KindAdded, removed, or edited in place.
public int NodeThe node id, which is stable across the captures of one AccessibilityTreeSource.
public AccessibilityFields FieldsFor Changed, which parts differ — never None. Always None for the other two, where every part is new or gone.
Methods (1)
public AccessibilityChange(AccessibilityChangeKind Kind, int Node, AccessibilityFields Fields)One node's worth of change between two captures.
Used by (3)
- AccessibilityTreeVixen.Ui
- AccessibilityTreeSourceVixen.Ui
- AccessibilityTreeTestsVixen.Ui.Tests