Skip to main content

IEmbeddedRootProvider Interface

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Exposes methods and properties to support UI Automation client access to the root of an automation tree hosted by another UI framework.

public interface IEmbeddedRootProvider

Remarks

This interface can be implemented by an Avalonia.Automation.Peers.AutomationPeer, and is used to embed an automation tree from a 3rd party UI framework that wishes to use Avalonia's automation support.

On this page