RemoteLauncher
RemoteLauncher
RemoteLauncher
RemoteLauncher
Class
Definition
Starts the default app associated with the specified URI on a remote device.
public : static class RemoteLauncherpublic static class RemoteLauncherPublic Static Class RemoteLauncher// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Methods
LaunchUriAsync(RemoteSystemConnectionRequest, Uri) LaunchUriAsync(RemoteSystemConnectionRequest, Uri) LaunchUriAsync(RemoteSystemConnectionRequest, Uri) LaunchUriAsync(RemoteSystemConnectionRequest, Uri)
Starts the default app associated with the URI scheme name for the specified URI on a remote device.
public : static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, Uri uri)public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, Uri uri)Public Static Function LaunchUriAsync(remoteSystemConnectionRequest As RemoteSystemConnectionRequest, uri As Uri) As IAsyncOperation( Of RemoteLaunchUriStatus )// You can use this method in JavaScript.
- remoteSystemConnectionRequest
- RemoteSystemConnectionRequest RemoteSystemConnectionRequest RemoteSystemConnectionRequest RemoteSystemConnectionRequest
Specifies the remote system (device) to connect to.
- uri
- Uri Uri Uri Uri
The URI scheme.
The result of the launch attempt.
- See Also
-
LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)
LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions) LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions) LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions) LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)
Starts the default app associated with the URI scheme name for the specified URI on a remote device, using the specified options.
public : static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, Uri uri, RemoteLauncherOptions options)public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, Uri uri, RemoteLauncherOptions options)Public Static Function LaunchUriAsync(remoteSystemConnectionRequest As RemoteSystemConnectionRequest, uri As Uri, options As RemoteLauncherOptions) As IAsyncOperation( Of RemoteLaunchUriStatus )// You can use this method in JavaScript.
- remoteSystemConnectionRequest
- RemoteSystemConnectionRequest RemoteSystemConnectionRequest RemoteSystemConnectionRequest RemoteSystemConnectionRequest
Specifies the remote system (device) to connect to.
- uri
- Uri Uri Uri Uri
The Uri scheme.
The launch options for the app.
The result of the launch attempt.
- See Also
-
LaunchUriAsync(RemoteSystemConnectionRequest, Uri)LaunchUriAsync(RemoteSystemConnectionRequest, Uri)LaunchUriAsync(RemoteSystemConnectionRequest, Uri)LaunchUriAsync(RemoteSystemConnectionRequest, Uri)LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)
LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet) LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet) LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet) LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)
Starts the default app associated with the URI scheme name for the specified URI on a remote device, using the specified options and input data.
public : static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, Uri uri, RemoteLauncherOptions options, ValueSet inputData)public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, Uri uri, RemoteLauncherOptions options, ValueSet inputData)Public Static Function LaunchUriAsync(remoteSystemConnectionRequest As RemoteSystemConnectionRequest, uri As Uri, options As RemoteLauncherOptions, inputData As ValueSet) As IAsyncOperation( Of RemoteLaunchUriStatus )// You can use this method in JavaScript.
- remoteSystemConnectionRequest
- RemoteSystemConnectionRequest RemoteSystemConnectionRequest RemoteSystemConnectionRequest RemoteSystemConnectionRequest
Specifies the remote system (device) to connect to.
- uri
- Uri Uri Uri Uri
The Uri scheme.
The launch options for the app.