SetImageFeedResult 列挙型

定義

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

ユーザーによって操作が取り消されました。

適用対象

こちらもご覧ください