AutoCompleteBoxGetSelectionAdapterPart Method

Returns the ISelectionAdapter part, if possible.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual ISelectionAdapter? GetSelectionAdapterPart(
	INameScope nameScope
)

Parameters

nameScope  INameScope
 

Return Value

ISelectionAdapter
A ISelectionAdapter object, if possible. Otherwise, null.

See Also