ContactSelectionMode enumeration

2 out of 3 rated this helpful - Rate this topic

Specifies whether you want to request an entire contact, or only specific fields.

Syntax


var value = Windows.ApplicationModel.Contacts.ContactSelectionMode.contacts;

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The ContactSelectionMode enumeration has these members.

MemberValueDescription
Contacts | contacts0

Specifies that you want to select the entire contact.

Fields | fields1

Specifies that you want to select only certain fields.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.ApplicationModel.Contacts
Windows::ApplicationModel::Contacts [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.