SetAccountPictureResult 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當您嘗試設定使用者帳戶的映射時,會傳回的結果。
當您呼叫SetAccountPictureAsync、SetAccountPictureFromStreamAsync、SetAccountPicturesAsync和SetAccountPicturesFromStreamAsync時,會傳回此物件。
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 | 表示影片因為畫面大小太大而未設定。 |