ContactPickerUI.SelectionMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|