Vixen
dd8b0a81
csharp
public readonly record struct AccessibilityLink

One relation of a captured node, with the other end named by node id.

Read the guide page for this →

Remarks

AccessibleRelationship with the UiElement taken out of it, which is the whole difference between the live tree and a capture of one.

Fields and properties (2)

  • public AccessibleRelation Relation

    What kind of link it is.

  • public int Target

    The node on the other end, or 0 where the element it points at is not a node of this capture — an element with no role, or one outside the captured root.

Methods (1)

  • public AccessibilityLink(AccessibleRelation Relation, int Target)

    One relation of a captured node, with the other end named by node id.

Used by (3)

  • AccessibilityNodeVixen.Ui
  • AccessibilityTreeVixen.Ui
  • AccessibilityTreeSourceVixen.Ui