User.GetPictureAsync(UserPictureSize) 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.
Obtient l’image d’un utilisateur de manière asynchrone.
public:
virtual IAsyncOperation<IRandomAccessStreamReference ^> ^ GetPictureAsync(UserPictureSize desiredSize) = GetPictureAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IRandomAccessStreamReference> GetPictureAsync(UserPictureSize const& desiredSize);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IRandomAccessStreamReference> GetPictureAsync(UserPictureSize desiredSize);
function getPictureAsync(desiredSize)
Public Function GetPictureAsync (desiredSize As UserPictureSize) As IAsyncOperation(Of IRandomAccessStreamReference)
Paramètres
- desiredSize
- UserPictureSize
Taille souhaitée de l’image de l’utilisateur à retourner.
Retours
Une fois cette méthode terminée, elle retourne l’image de l’utilisateur ou null s’il n’y en a pas.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
userAccountInformation
|