Поделиться через


UserInformation.AccountPictureChangeEnabled Свойство

Определение

Определяет, можно ли изменить изображение учетной записи пользователя.

Важно!

Класс UserInformation не поддерживается в Windows 10 и более поздних версиях. Вместо этого используйте класс User . См. примечания в документации по классу 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

Значение свойства

Boolean

bool

Значение true, если изображение учетной записи пользователя можно изменить; В противном случае значение false.

Атрибуты

Комментарии

Важно!

Класс UserInformation не поддерживается в Windows 10 и более поздних версиях. Вместо этого используйте класс User . См. примечания в документации по классу UserInformation .

Применяется к

См. также раздел