共用方式為


DisplayManagerResult 列舉

定義

定義常數,指定 DisplayManager 作業的結果。

public enum class DisplayManagerResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class DisplayManagerResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum DisplayManagerResult
var value = Windows.Devices.Display.Core.DisplayManagerResult.success
Public Enum DisplayManagerResult
繼承
DisplayManagerResult
屬性

Windows 需求

裝置系列
Windows 10, version 1809 (已於 10.0.17763.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v7.0 引進)

欄位

RemoteSessionNotSupported 4

表示作業失敗,因為目前的會話目前位於不允許存取顯示堆疊的不支援遠端桌面會話中。

Success 0

表示作業成功。

TargetAccessDenied 2

表示作業失敗,因為無法取得指定的目標,可能是因為目前擁有另一個元件,或因為目標擁有許可權制。

TargetStale 3

表示作業失敗,因為指定的目標已過時,因此應該重新列舉。

UnknownFailure 1

表示作業因為未知的原因而失敗。

適用於