共用方式為


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

適用於