Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.22 KB

launcher_queryurisupportasync_126697652.md

File metadata and controls

37 lines (26 loc) · 1.22 KB
-api-id -api-type -api-device-family-note
M:Windows.System.Launcher.QueryUriSupportAsync(Windows.Foundation.Uri,Windows.System.LaunchQuerySupportType,System.String)
winrt method
xbox

Windows.System.Launcher.QueryUriSupportAsync

-description

Asynchronously query whether an app can be activated for the specified URI, launch type, and package name.

-parameters

-param uri

The URI for which to query support.

-param launchQuerySupportType

The type of launch for which to query support.

-param packageFamilyName

Specifies a specific package that will be used to launch this URI.

-returns

A value that indicates whether the application is available to launch the URI.

-remarks

This API may also be called from Windows desktop application.

Both Windows desktop application and Universal Windows Platform (UWP) app are considered.

-examples

-see-also

QueryUriSupportAsync(Uri, LaunchQuerySupportType)