Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.36 KB

launcher_launchuriforresultsasync_758639013.md

File metadata and controls

43 lines (25 loc) · 1.36 KB
-api-id -api-type -api-device-family-note
M:Windows.System.Launcher.LaunchUriForResultsAsync(Windows.Foundation.Uri,Windows.System.LauncherOptions)
winrt method
xbox

Windows.System.Launcher.LaunchUriForResultsAsync

-description

Asynchronously starts the default app associated with the URI scheme name for the specified URI, using the specified options.

-parameters

-param uri

The Uri to launch.

-param options

The launch options.

-returns

When this method completes, it returns the results of the launch.

-remarks

Launching an app for results allows you to launch an app from another app and exchange data between the two.

This API must be called from within an ASTA thread (also known as a UI thread).

When calling this method, the options parameter must contain a valid value for LauncherOptions.TargetApplicationPackageFamilyName.

-examples

-see-also

LaunchUriForResultsAsync(Uri, LauncherOptions, ValueSet), Launch an app for results, LauncherOptions