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 | 작업이 사용자에 의해 취소되었습니다. |