Condividi tramite


UserInformation.AccountPictureChangeEnabled Proprietà

Definizione

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à

Boolean

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 .

Si applica a

Vedi anche