WebAccount.GetPictureAsync(WebAccountPictureSize) 方法

定义

异步获取 Web 帐户的图片。

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)

参数

desizedSize
WebAccountPictureSize

Web 帐户图片的所需大小。

返回

此方法完成后,它将返回 Web 帐户的图片。

属性

注解

重要

此方法的参数名称中拼写错误的单词“desired”。

应在 WebTokenRequestResult 中返回的 WebAccount 上调用此方法。 创建 WebTokenRequest 以获取令牌时,将 (UserPictureEnabled) True 添加到 WebTokenRequest.Properties。 否则,调用可能会返回默认个人资料图片。

适用于