다음을 통해 공유


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 개체의 목록입니다.

적용 대상