共用方式為


SetAccountPictureResult 列舉

定義

當您嘗試設定使用者帳戶的映射時,會傳回的結果。

當您呼叫SetAccountPictureAsyncSetAccountPictureFromStreamAsync、SetAccountPicturesAsyncSetAccountPicturesFromStreamAsync時,會傳回此物件。

public enum class SetAccountPictureResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.UserProfile.UserProfileContract, 65536)]
enum class SetAccountPictureResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.UserProfile.UserProfileContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
enum class SetAccountPictureResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.UserProfile.UserProfileContract), 65536)]
public enum SetAccountPictureResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.UserProfile.UserProfileContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
public enum SetAccountPictureResult
var value = Windows.System.UserProfile.SetAccountPictureResult.success
Public Enum SetAccountPictureResult
繼承
SetAccountPictureResult
屬性

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.System.UserProfile.UserProfileContract (已於 v1.0 引進)

欄位

ChangeDisabled 1

表示圖片未設定,因為 AccountPictureChangeEnabled 屬性已停用,或使用者取消同意提示。

Failure 5

表示未設定圖片或視訊。

FileSizeError 4

表示圖片未設定,因為檔案大小太大。

LargeOrDynamicError 2

表示因為圖片太大而未設定圖片。

Success 0

指出已成功設定圖片。

VideoFrameSizeError 3

表示影片因為畫面大小太大而未設定。

適用於