Condividi tramite


SetAccountPictureResult Enumerazione

Definizione

Risultato restituito quando si tenta di impostare l'immagine per un account utente.

Questo oggetto viene restituito quando si chiama SetAccountPictureAsync, SetAccountPictureFromStreamAsync, SetAccountPicturesAsync e 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
Ereditarietà
SetAccountPictureResult
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows Desktop Extension SDK (è stato introdotto in 10.0.10240.0)
Windows Mobile Extension SDK (è stato introdotto in 10.0.10240.0)
API contract
Windows.System.UserProfile.UserProfileContract (è stato introdotto in v1.0)

Campi

ChangeDisabled 1

Indica che l'immagine non è stata impostata perché la proprietà AccountPictureChangeEnabled è disabilitata o l'utente ha annullato la richiesta di consenso.

Failure 5

Indica che l'immagine o il video non è stato impostato.

FileSizeError 4

Indica che l'immagine non è stata impostata perché le dimensioni del file sono troppo grandi.

LargeOrDynamicError 2

Indica che l'immagine non è stata impostata perché l'immagine era troppo grande.

Success 0

Indica che l'immagine è stata impostata correttamente.

VideoFrameSizeError 3

Indica che il video non è stato impostato a causa delle dimensioni del fotogramma troppo grandi.

Si applica a