RemoteLauncher Classe

Définition

Démarre l’application par défaut associée à l’URI spécifié sur un appareil distant.

public ref class RemoteLauncher abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class RemoteLauncher final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteLauncher final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public static class RemoteLauncher
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class RemoteLauncher
Public Class RemoteLauncher
Héritage
Object Platform::Object IInspectable RemoteLauncher
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)

Méthodes

LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

Démarre l’application par défaut associée au nom du schéma d’URI pour l’URI spécifié sur un appareil distant.

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)

Démarre l’application par défaut associée au nom du schéma d’URI pour l’URI spécifié sur un appareil distant, à l’aide des options spécifiées.

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)

Démarre l’application par défaut associée au nom du schéma d’URI pour l’URI spécifié sur un appareil distant, à l’aide des options et des données d’entrée spécifiées.

S’applique à