Contact.Phones Proprietà

Definizione

Ottiene informazioni sui telefoni per un contatto.

public:
 property IVector<ContactPhone ^> ^ Phones { IVector<ContactPhone ^> ^ get(); };
IVector<ContactPhone> Phones();
public IList<ContactPhone> Phones { get; }
var iVector = contact.phones;
Public ReadOnly Property Phones As IList(Of ContactPhone)

Valore della proprietà

Matrice di elementi che descrivono i telefoni per un contatto.

Requisiti Windows

Funzionalità dell'app
contactsSystem

Si applica a

Vedi anche