GetSelection Method
Definition
Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public IReadOnlyList<AutomationPeer> GetSelection()
Public Function GetSelection As IReadOnlyList(Of AutomationPeer)
abstract GetSelection : unit -> IReadOnlyList<AutomationPeer>
override GetSelection : unit -> IReadOnlyList<AutomationPeer>
Return Value
Implements
ISelectionProvider.GetSelection()See Also
Reference
SelectingItemsControlAutomationPeer Class
Avalonia.Automation.Peers Namespace