次の方法で共有


Contact.ConnectedServiceAccounts プロパティ

定義

連絡先の接続されたサービス アカウントを取得します。

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

プロパティ値

連絡先の接続されたサービス アカウントの配列。

Windows の要件

アプリの機能
contactsSystem

適用対象

こちらもご覧ください