ContactInformation.CustomFields 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.
A read-only list of the custom fields stored with the contact.
Note
ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.
public:
property IVectorView<ContactField ^> ^ CustomFields { IVectorView<ContactField ^> ^ get(); };
IVectorView<ContactField> CustomFields();
public IReadOnlyList<ContactField> CustomFields { get; }
var iVectorView = contactInformation.customFields;
Public ReadOnly Property CustomFields As IReadOnlyList(Of ContactField)
Property Value
A read-only list of custom fields.
Windows requirements
App capabilities |
contactsSystem
|