PasswordVault.RetrieveAll Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère toutes les informations d’identification stockées dans le casier d’informations d’identification.
public:
virtual IVectorView<PasswordCredential ^> ^ RetrieveAll() = RetrieveAll;
IVectorView<PasswordCredential> RetrieveAll();
public IReadOnlyList<PasswordCredential> RetrieveAll();
function retrieveAll()
Public Function RetrieveAll () As IReadOnlyList(Of PasswordCredential)
Retours
Lorsque cette méthode est retournée, contient une sortie IVectorView d’objets d’informations d’identification qui correspondent aux critères de recherche. Cette sortie est une instantané et non dynamique. Si les résultats sont utilisés pour mettre à jour ou supprimer des informations d’identification, ces modifications ne sont pas répercutées dans la sortie précédente.