Launcher.FindUriSchemeHandlersAsync Metodo

Definizione

Overload

FindUriSchemeHandlersAsync(String)

Enumerare i gestori dello schema nel dispositivo.

FindUriSchemeHandlersAsync(String, LaunchQuerySupportType)

Enumerare i gestori dello schema nel dispositivo.

FindUriSchemeHandlersAsync(String)

Enumerare i gestori dello schema nel dispositivo.

public:
 static IAsyncOperation<IVectorView<AppInfo ^> ^> ^ FindUriSchemeHandlersAsync(Platform::String ^ scheme);
/// [Windows.Foundation.Metadata.Overload("FindUriSchemeHandlersAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<AppInfo>> FindUriSchemeHandlersAsync(winrt::hstring const& scheme);
[Windows.Foundation.Metadata.Overload("FindUriSchemeHandlersAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<AppInfo>> FindUriSchemeHandlersAsync(string scheme);
function findUriSchemeHandlersAsync(scheme)
Public Shared Function FindUriSchemeHandlersAsync (scheme As String) As IAsyncOperation(Of IReadOnlyList(Of AppInfo))

Parametri

scheme
String

Platform::String

winrt::hstring

Nome dello schema per cui si desidera trovare i gestori. Ad esempio, "ms-lens".

Restituisce

Elenco di AppInfoper ogni applicazione che gestisce lo schema specificato.

Attributi

Commenti

Questa API può anche essere chiamata dall'applicazione desktop di Windows, ma non restituisce l'applicazione desktop di Windows.

Vedi anche

Si applica a

FindUriSchemeHandlersAsync(String, LaunchQuerySupportType)

Enumerare i gestori dello schema nel dispositivo.

public:
 static IAsyncOperation<IVectorView<AppInfo ^> ^> ^ FindUriSchemeHandlersAsync(Platform::String ^ scheme, LaunchQuerySupportType launchQuerySupportType);
/// [Windows.Foundation.Metadata.Overload("FindUriSchemeHandlersWithLaunchUriTypeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<AppInfo>> FindUriSchemeHandlersAsync(winrt::hstring const& scheme, LaunchQuerySupportType const& launchQuerySupportType);
[Windows.Foundation.Metadata.Overload("FindUriSchemeHandlersWithLaunchUriTypeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<AppInfo>> FindUriSchemeHandlersAsync(string scheme, LaunchQuerySupportType launchQuerySupportType);
function findUriSchemeHandlersAsync(scheme, launchQuerySupportType)
Public Shared Function FindUriSchemeHandlersAsync (scheme As String, launchQuerySupportType As LaunchQuerySupportType) As IAsyncOperation(Of IReadOnlyList(Of AppInfo))

Parametri

scheme
String

Platform::String

winrt::hstring

Nome dello schema per cui trovare i gestori. Ad esempio, "ms-lens".

launchQuerySupportType
LaunchQuerySupportType

Filtrare l'elenco dei gestori in base al fatto che possano essere avviati o meno per ottenere risultati.

Restituisce

Elenco di AppInfoper ogni applicazione che gestisce lo schema specificato.

Attributi

Commenti

Questa API può anche essere chiamata dall'applicazione desktop di Windows, ma non restituisce l'applicazione desktop di Windows.

Vedi anche

Si applica a