共用方式為


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 以取得權杖時,將) (UserPictureEnabledTrue 新增至WebTokenRequest.Properties 否則,呼叫可能會傳回預設設定檔圖片。

適用於