共用方式為


DialAppLaunchResult 列舉

定義

嘗試在遠端裝置上啟動應用程式的結果。

public enum class DialAppLaunchResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class DialAppLaunchResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum DialAppLaunchResult
var value = Windows.Media.DialProtocol.DialAppLaunchResult.launched
Public Enum DialAppLaunchResult
繼承
DialAppLaunchResult
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

欄位

FailedToLaunch 1

應用程式無法啟動。

Launched 0

應用程式已成功啟動。

NetworkFailure 3

嘗試擷取狀態時發生錯誤。

NotFound 2

找不到應用程式。

適用於