Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.07 KB

launcher_queryurisupportasync_1636475956.md

File metadata and controls

34 lines (24 loc) · 1.07 KB
-api-id -api-type -api-device-family-note
M:Windows.System.Launcher.QueryUriSupportAsync(Windows.Foundation.Uri,Windows.System.LaunchQuerySupportType)
winrt method
xbox

Windows.System.Launcher.QueryUriSupportAsync

-description

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

-parameters

-param uri

The URI for which to query support.

-param launchQuerySupportType

The type of launch for which to query support.

-returns

A value that indicates whether an 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, String)