IRootProvider Interface
Definition
Exposes methods and properties to support UI Automation client access to the root of an automation tree.
public interface IRootProvider
Remarks
This interface is implemented by the Avalonia.Automation.Peers.AutomationPeer class, and should only be implemented on true root elements, such as Windows. To embed an automation tree, use Avalonia.Automation.Provider.IEmbeddedRootProvider instead.