ISelectionProviderGetSelection Method
Retrieves a provider for each child element that is selected.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
IReadOnlyList<AutomationPeer> GetSelection()
Function GetSelection As IReadOnlyList(Of AutomationPeer)
abstract GetSelection : unit -> IReadOnlyList<AutomationPeer>
Return Value
IReadOnlyListAutomationPeer | Windows | ISelectionProvider.GetSelection |
| macOS | NSAccessibilityProtocol.accessibilitySelectedChildren (not implemented).
|