GetSelection Method
Retrieves a provider for each child element that is selected.
Definition
Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
IReadOnlyList<AutomationPeer> GetSelection()
Function GetSelection As IReadOnlyList(Of AutomationPeer)
abstract GetSelection : unit -> IReadOnlyList<AutomationPeer>
Return Value
See Also
Reference
ISelectionProvider Interface
Avalonia.Automation.Provider Namespace