Compartir a través de


FindAllAccountsResult.Accounts Propiedad

Definición

Obtiene la lista de cuentas web recuperadas (si la operación se realizó correctamente).

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)

Valor de propiedad

IVectorView de objetos WebAccount.

Se aplica a