Share via


ContactPickerUI.SelectionMode Property

Definition

Determines the selection mode for the contact picker. The most common options are PickSingleContactAsync or PickMultipleContactsAsync.

public:
 property ContactSelectionMode SelectionMode { ContactSelectionMode get(); };
ContactSelectionMode SelectionMode();
public ContactSelectionMode SelectionMode { get; }
var contactSelectionMode = contactPickerUI.selectionMode;
Public ReadOnly Property SelectionMode As ContactSelectionMode

Property Value

Specifies the selection mode that you want to use.

Windows requirements

App capabilities
contactsSystem

Applies to