Sdílet prostřednictvím


ContactPickerUI.DesiredFieldsWithContactFieldType Property

Definition

Gets the fields with contact field type that you want returned after the user selects one or more contacts.

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

Property Value

A collection of fields of contact field type that you want returned. The ContactFieldType values specify which fields you want.

Windows requirements

App capabilities
contactsSystem

Applies to