SetImageFeedResult 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 | 使用者已取消作業。 |