FindAllAccountsResult.Accounts 属性

定义

获取检索到的 Web 帐户的列表, (操作是否成功) 。

public:
 property IVectorView<WebAccount ^> ^ Accounts { IVectorView<WebAccount ^> ^ get(); };
IVectorView<WebAccount> Accounts();
public IReadOnlyList<WebAccount> Accounts { get; }
var iVectorView = findAllAccountsResult.accounts;
Public ReadOnly Property Accounts As IReadOnlyList(Of WebAccount)

属性值

WebAccount 对象的 IVectorView

适用于