csharp
public readonly record struct AccessibilityLinkOne relation of a captured node, with the other end named by node id.
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 RelationWhat kind of link it is.
public int TargetThe 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