LongListSelectorAutomationPeer.ISelectionProvider.CanSelectMultiple Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value that indicates whether the Microsoft UI Automation provider allows more than one child element to be selected concurrently.

Namespace:  Microsoft.Phone.Automation.Peers
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Private ReadOnly Property CanSelectMultiple As Boolean
    Implements ISelectionProvider.CanSelectMultiple
bool ISelectionProvider.CanSelectMultiple { get; }

Property Value

Type: System..::.Boolean
Returns true if more than one child element can be selected concurrently; otherwise, false.

Implements

ISelectionProvider..::.CanSelectMultiple

Version Information

Windows Phone OS

Supported in: 8.1

See Also

Reference

LongListSelectorAutomationPeer Class

Microsoft.Phone.Automation.Peers Namespace