TestimoX

API Reference

Interface

IAnchorProvider

Namespace ComputerX.Controls
Assembly ComputerX
Modifiers abstract

Provides specific and unified anchors for a control, allowing crosswalk linking without hardcoded type checks.

Methods

public abstract String GetAnchor() #
Returns: String

Returns a specific anchor including scope when applicable (e.g., REG|Key|Value|Scope).

public abstract String GetUnifiedAnchor() #
Returns: String

Returns a canonical unified anchor without scope (e.g., U|SO|Option, U|UR|Right).