WebAccount.GetPictureAsync(WebAccountPictureSize) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
异步获取 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。 否则,调用可能会返回默认个人资料图片。