SetImageFeedResult 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定调用 LockScreen.RequestSetImageFeedAsync 的结果
public enum class SetImageFeedResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.UserProfile.UserProfileContract, 65536)]
enum class SetImageFeedResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.UserProfile.UserProfileContract), 65536)]
public enum SetImageFeedResult
var value = Windows.System.UserProfile.SetImageFeedResult.success
Public Enum SetImageFeedResult
- 继承
-
SetImageFeedResult
- 属性
Windows 要求
设备系列 |
Windows Desktop Extension SDK (在 10.0.10240.0 中引入)
Windows Mobile Extension SDK (在 10.0.10240.0 中引入) |
API contract |
Windows.System.UserProfile.UserProfileContract (在 v1.0 中引入)
|
字段
ChangeDisabled | 1 | 未设置源,因为锁屏界面图像幻灯片放映被组策略禁用。 |
Success | 0 | 已成功设置图像源。 |
UserCanceled | 2 | 用户取消了操作。 |