共用方式為


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

適用於

另請參閱