Share via


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

アプリが見つかりませんでした。

適用対象