UserInformation.AccountPictureChangeEnabled Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Determina se l'immagine dell'account dell'utente può essere modificata.
Importante
La classe UserInformation non è supportata in Windows 10 o versione successiva. Usare invece la classe User . Vedere la sezione Osservazioni nella documentazione della 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
Valore della proprietà
bool
True se l'immagine dell'account dell'utente può essere modificata; false in caso contrario.
- Attributi
Commenti
Importante
La classe UserInformation non è supportata in Windows 10 o versione successiva. Usare invece la classe User . Vedere la sezione Osservazioni nella documentazione della classe UserInformation .