次の方法で共有


Contact.Addresses プロパティ

定義

連絡先の連絡先アドレスを取得します。

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

プロパティ値

連絡先の連絡先アドレスの配列。

Windows の要件

アプリの機能
contactsSystem

適用対象

こちらもご覧ください