Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.03 KB

launcher_launchuriforuserasync_1090504760.md

File metadata and controls

33 lines (23 loc) · 1.03 KB
-api-id -api-type
M:Windows.System.Launcher.LaunchUriForUserAsync(Windows.System.User,Windows.Foundation.Uri,Windows.System.LauncherOptions)
winrt method

Windows.System.Launcher.LaunchUriForUserAsync

-description

Starts the default multi-user app associated with the URI scheme name for the specified URI using the specified options, and provides a specific User as context.

-parameters

-param user

The user context to pass to the launched app.

-param uri

The URI scheme.

-param options

The launch options for the app.

-returns

The status of the launch attempt.

-remarks

-examples

-see-also

LaunchUriForUserAsync(User, Uri), LaunchUriForUserAsync(User, Uri, LauncherOptions, ValueSet)