UserInformation.AccountPictureChangeEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si l’image du compte de l’utilisateur peut être modifiée.
Important
La classe UserInformation n’est pas prise en charge sur Windows 10 ou version ultérieure. Utilisez la classe User à la place. Consultez Remarques dans la documentation de la classe UserInformation .
public:
static property bool AccountPictureChangeEnabled { bool get(); };
static bool AccountPictureChangeEnabled();
/// [get: Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
static bool AccountPictureChangeEnabled();
public static bool AccountPictureChangeEnabled { get; }
public static bool AccountPictureChangeEnabled { [Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")] get; }
var boolean = UserInformation.accountPictureChangeEnabled;
Public Shared ReadOnly Property AccountPictureChangeEnabled As Boolean
Valeur de propriété
bool
True si l’image du compte de l’utilisateur peut être modifiée ; false dans le cas contraire.
- Attributs
Remarques
Important
La classe UserInformation n’est pas prise en charge sur Windows 10 ou version ultérieure. Utilisez la classe User à la place. Consultez Remarques dans la documentation de la classe UserInformation .