SetImageFeedResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the result of a call to 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
- Inheritance
-
SetImageFeedResult
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
Windows Mobile Extension SDK (introduced in 10.0.10240.0) |
API contract |
Windows.System.UserProfile.UserProfileContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Success | 0 | The image feed was set successfully. |
ChangeDisabled | 1 | The feed was not set because the lock screen image slide show is disabled by group policy. |
UserCanceled | 2 | The operation was canceled by the user. |