次の方法で共有


Contact.Phones プロパティ

定義

連絡先の電話に関する情報を取得します。

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)

プロパティ値

連絡先の電話を説明する項目の配列。

Windows の要件

アプリの機能
contactsSystem

適用対象

こちらもご覧ください