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 对象的列表。

适用于