ISelectionItemProviderSelectionContainer Property

Gets the UI Automation provider that implements ISelectionProvider and acts as the container for the calling object.

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
ISelectionProvider? SelectionContainer { get; }

Property Value

ISelectionProvider

Remarks

WindowsISelectionItemProvider.SelectionContainer
macOSNo mapping.

See Also