Freigeben über


WebAccount.GetPictureAsync(WebAccountPictureSize) Methode

Definition

Ruft das Bild des Webkontos asynchron ab.

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)

Parameter

desizedSize
WebAccountPictureSize

Die gewünschte Größe des Webkontobilds.

Gibt zurück

Wenn diese Methode abgeschlossen ist, wird das Bild des Webkontos zurückgegeben.

Attribute

Hinweise

Wichtig

Das Wort "desired" ist im Parameternamen dieser Methode falsch geschrieben.

Diese Methode sollte für das in WebTokenRequestResult zurückgegebene WebAccount aufgerufen werden. Fügen Sie webTokenRequest.PropertiesUserPictureEnabled beim Erstellen von WebTokenRequest (, True) hinzu, um ein Token abzurufen. Andernfalls gibt der Aufruf möglicherweise ein Standardprofilbild zurück.

Gilt für: