Freigeben über


DialAppLaunchResult Enumeration

Definition

Das Ergebnis des Versuchs, eine App auf einem Remotegerät zu starten.

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
Vererbung
DialAppLaunchResult
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

FailedToLaunch 1

Die App konnte nicht gestartet werden.

Launched 0

Die App wurde erfolgreich gestartet.

NetworkFailure 3

Fehler beim Abrufen des Zustands.

NotFound 2

Die App wurde nicht gefunden.

Gilt für: