Condividi tramite


AccountPictureKind Enumerazione

Definizione

Consente di richiedere un tipo di immagine specifico quando si usa GetAccountPicture.

public enum class AccountPictureKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.UserProfile.UserProfileContract, 65536)]
enum class AccountPictureKind
/// [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 AccountPictureKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.UserProfile.UserProfileContract), 65536)]
public enum AccountPictureKind
[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 AccountPictureKind
var value = Windows.System.UserProfile.AccountPictureKind.smallImage
Public Enum AccountPictureKind
Ereditarietà
AccountPictureKind
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

LargeImage 1

Indica che si vuole che l'immagine di grandi dimensioni per l'account dell'utente.

SmallImage 0

Indica che si vuole che l'immagine piccola per l'account dell'utente.

Video 2

Indica che si vuole che il video per l'account dell'utente.

Commenti

Per informazioni su come usare questa proprietà, vedere l'esempio di codice.

Si applica a