Compartir a través de


UserInformation.AccountPictureChangeEnabled Propiedad

Definición

Determina si se puede cambiar la imagen de la cuenta del usuario.

Importante

La clase UserInformation no se admite en Windows 10 o posterior. En su lugar, use la clase User . Consulte comentarios en la documentación de la clase 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

Valor de propiedad

Boolean

bool

True si se puede cambiar la imagen de la cuenta del usuario; False en caso contrario.

Atributos

Comentarios

Importante

La clase UserInformation no se admite en Windows 10 o posterior. En su lugar, use la clase User . Consulte comentarios en la documentación de la clase UserInformation .

Se aplica a

Consulte también