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

找不到该应用。

适用于