ContactPicker.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 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.