ContactPickerUI.DesiredFieldsWithContactFieldType 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.
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
|