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