Contact.Fields 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.
Sets the fields that contain information about a contact.
Note
Fields
may be altered or unavailable for releases after Windows 8.1. Instead, use Phones, Emails, Addresses, or ConnectedServiceAccounts.
public:
property IVector<IContactField ^> ^ Fields { IVector<IContactField ^> ^ get(); };
IVector<IContactField> Fields();
public IList<IContactField> Fields { get; }
var iVector = contact.fields;
Public ReadOnly Property Fields As IList(Of IContactField)
Property Value
An array of fields containing information about a contact.
Windows requirements
App capabilities |
contactsSystem
|
Remarks
The ContactFieldCategory and ContactFieldType classes provide information about what kind of information you can put into a field.