共用方式為


UserDataAccountProviderAddAccountOperation.PartnerAccountInfos 屬性

定義

取得此作業的 UserDataAccountPartnerAccountInfo 物件清單。

public:
 property IVectorView<UserDataAccountPartnerAccountInfo ^> ^ PartnerAccountInfos { IVectorView<UserDataAccountPartnerAccountInfo ^> ^ get(); };
IVectorView<UserDataAccountPartnerAccountInfo> PartnerAccountInfos();
public IReadOnlyList<UserDataAccountPartnerAccountInfo> PartnerAccountInfos { get; }
var iVectorView = userDataAccountProviderAddAccountOperation.partnerAccountInfos;
Public ReadOnly Property PartnerAccountInfos As IReadOnlyList(Of UserDataAccountPartnerAccountInfo)

屬性值

此作業的 UserDataAccountPartnerAccountInfo 物件清單。

適用於