ContactPicker.DesiredFieldsWithContactFieldType Property

Definition

Gets the ways to connect with a contact.

public:
 property IVector<ContactFieldType> ^ DesiredFieldsWithContactFieldType { IVector<ContactFieldType> ^ get(); };
IVector<ContactFieldType> DesiredFieldsWithContactFieldType();
public IList<ContactFieldType> DesiredFieldsWithContactFieldType { get; }
var iVector = contactPicker.desiredFieldsWithContactFieldType;
Public ReadOnly Property DesiredFieldsWithContactFieldType As IList(Of ContactFieldType)

Property Value

An array of ContactFieldType-typed values for a contact.

Windows requirements

App capabilities
contactsSystem

Remarks

For more info about how to select contacts, see Select contacts.

Applies to

See also