ISelectionProviderGetSelection Method

Retrieves a provider for each child element that is selected.

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
IReadOnlyList<AutomationPeer> GetSelection()

Return Value

IReadOnlyListAutomationPeer

Remarks

WindowsISelectionProvider.GetSelection
macOSNSAccessibilityProtocol.accessibilitySelectedChildren (not implemented).

See Also