GetSelectionAdapterPart Method
Returns the ISelectionAdapter part, if possible.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual ISelectionAdapter? GetSelectionAdapterPart(
INameScope nameScope
)
Protected Overridable Function GetSelectionAdapterPart (
nameScope As INameScope
) As ISelectionAdapter
abstract GetSelectionAdapterPart :
nameScope : INameScope -> ISelectionAdapter
override GetSelectionAdapterPart :
nameScope : INameScope -> ISelectionAdapter
Parameters
Return Value
ISelectionAdapter
A ISelectionAdapter object, if possible. Otherwise, null.