Launcher.QueryUriSupportAsync Metodo

Definizione

Overload

QueryUriSupportAsync(Uri, LaunchQuerySupportType)

Eseguire una query asincrona sul fatto che un'app possa essere attivata per l'URI e il tipo di avvio specificati.

QueryUriSupportAsync(Uri, LaunchQuerySupportType, String)

Eseguire una query asincrona sul fatto che un'app possa essere attivata per l'URI, il tipo di avvio e il nome del pacchetto specificati.

QueryUriSupportAsync(Uri, LaunchQuerySupportType)

Eseguire una query asincrona sul fatto che un'app possa essere attivata per l'URI e il tipo di avvio specificati.

public:
 static IAsyncOperation<LaunchQuerySupportStatus> ^ QueryUriSupportAsync(Uri ^ uri, LaunchQuerySupportType launchQuerySupportType);
/// [Windows.Foundation.Metadata.Overload("QueryUriSupportAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<LaunchQuerySupportStatus> QueryUriSupportAsync(Uri const& uri, LaunchQuerySupportType const& launchQuerySupportType);
[Windows.Foundation.Metadata.Overload("QueryUriSupportAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<LaunchQuerySupportStatus> QueryUriSupportAsync(System.Uri uri, LaunchQuerySupportType launchQuerySupportType);
function queryUriSupportAsync(uri, launchQuerySupportType)
Public Shared Function QueryUriSupportAsync (uri As Uri, launchQuerySupportType As LaunchQuerySupportType) As IAsyncOperation(Of LaunchQuerySupportStatus)

Parametri

uri
Uri Uri

URI per cui eseguire query sul supporto.

launchQuerySupportType
LaunchQuerySupportType

Tipo di avvio per cui eseguire query sul supporto.

Restituisce

Valore che indica se un'applicazione è disponibile per avviare l'URI.

Attributi

Commenti

Questa API può essere chiamata anche dall'applicazione desktop di Windows.

Le app desktop di Windows e piattaforma UWP (Universal Windows Platform) (UWP) vengono considerate.

Vedi anche

Si applica a

QueryUriSupportAsync(Uri, LaunchQuerySupportType, String)

Eseguire una query asincrona sul fatto che un'app possa essere attivata per l'URI, il tipo di avvio e il nome del pacchetto specificati.

public:
 static IAsyncOperation<LaunchQuerySupportStatus> ^ QueryUriSupportAsync(Uri ^ uri, LaunchQuerySupportType launchQuerySupportType, Platform::String ^ packageFamilyName);
/// [Windows.Foundation.Metadata.Overload("QueryUriSupportWithPackageFamilyNameAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<LaunchQuerySupportStatus> QueryUriSupportAsync(Uri const& uri, LaunchQuerySupportType const& launchQuerySupportType, winrt::hstring const& packageFamilyName);
[Windows.Foundation.Metadata.Overload("QueryUriSupportWithPackageFamilyNameAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<LaunchQuerySupportStatus> QueryUriSupportAsync(System.Uri uri, LaunchQuerySupportType launchQuerySupportType, string packageFamilyName);
function queryUriSupportAsync(uri, launchQuerySupportType, packageFamilyName)
Public Shared Function QueryUriSupportAsync (uri As Uri, launchQuerySupportType As LaunchQuerySupportType, packageFamilyName As String) As IAsyncOperation(Of LaunchQuerySupportStatus)

Parametri

uri
Uri Uri

URI per cui eseguire query sul supporto.

launchQuerySupportType
LaunchQuerySupportType

Tipo di avvio per cui eseguire query sul supporto.

packageFamilyName
String

Platform::String

winrt::hstring

Specifica un pacchetto specifico che verrà usato per avviare questo URI.

Restituisce

Valore che indica se l'applicazione è disponibile per avviare l'URI.

Attributi

Commenti

Questa API può essere chiamata anche dall'applicazione desktop di Windows.

Le app desktop di Windows e piattaforma UWP (Universal Windows Platform) (UWP) vengono considerate.

Vedi anche

Si applica a