Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.1 KB

contactpicker_selectionmode.md

File metadata and controls

31 lines (21 loc) · 1.1 KB
-api-id -api-type
P:Windows.ApplicationModel.Contacts.ContactPicker.SelectionMode
winrt property

Windows.ApplicationModel.Contacts.ContactPicker.SelectionMode

-description

Controls whether the Contact Picker shows contacts as a complete entity or as a collection of fields.

Note

This property is no longer available starting with Windows 10.

-property-value

The mode for the Contact Picker user interface. You can set this to Contacts or Fields.

-remarks

A contact can contain a lot of information. If you want all of this information, set the SelectionMode property to return the entire contact. If you are only interested in specific fields, set this property to return only a selection of fields, then use the DesiredFields property to specify which fields you want.

Use the ContactSelectionMode enumeration to set the value of this property.

-examples

-see-also

-capabilities

contactsSystem