AutomationPeerGetParent Method

Gets the AutomationPeer that is the parent of this AutomationPeer.

Definition

Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AutomationPeer? GetParent()

Return Value

AutomationPeer

Remarks

WindowsIRawElementProviderFragment.Navigate
macOSNSAccessibilityProtocol.accessibilityParent

See Also