WebAccount.GetPictureAsync(WebAccountPictureSize) 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 du compte web de manière asynchrone.
public:
virtual IAsyncOperation<IRandomAccessStream ^> ^ GetPictureAsync(WebAccountPictureSize desizedSize) = GetPictureAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IRandomAccessStream> GetPictureAsync(WebAccountPictureSize const& desizedSize);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IRandomAccessStream> GetPictureAsync(WebAccountPictureSize desizedSize);
function getPictureAsync(desizedSize)
Public Function GetPictureAsync (desizedSize As WebAccountPictureSize) As IAsyncOperation(Of IRandomAccessStream)
Paramètres
- desizedSize
- WebAccountPictureSize
Taille souhaitée de l’image du compte web.
Retours
Une fois cette méthode terminée, elle retourne l’image du compte web.
- Attributs
Remarques
Important
Le mot « souhaité » est mal orthographié dans le nom de paramètre de cette méthode.
Cette méthode doit être appelée sur le WebAccount retourné dans WebTokenRequestResult. Ajoutez (UserPictureEnabled
, True
) à WebTokenRequest.Properties lors de la création de WebTokenRequest pour acquérir un jeton. Sinon, l’appel peut renvoyer une image de profil par défaut.