次の方法で共有


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 オブジェクトの一覧。

適用対象