Launcher.FindUriSchemeHandlersAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FindUriSchemeHandlersAsync(String) |
枚举设备上的方案处理程序。 |
FindUriSchemeHandlersAsync(String, LaunchQuerySupportType) |
枚举设备上的方案处理程序。 |
FindUriSchemeHandlersAsync(String)
枚举设备上的方案处理程序。
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))
参数
- scheme
-
String
Platform::String
winrt::hstring
要查找其处理程序的方案名称。 例如,“ms-lens”。
返回
处理指定方案的每个应用程序的 AppInfo列表。
- 属性
注解
也可以从 Windows 桌面应用程序调用此 API,但不返回 Windows 桌面应用程序。
另请参阅
适用于
FindUriSchemeHandlersAsync(String, LaunchQuerySupportType)
枚举设备上的方案处理程序。
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))
参数
- scheme
-
String
Platform::String
winrt::hstring
要查找其处理程序的方案名称。 例如,“ms-lens”。
- launchQuerySupportType
- LaunchQuerySupportType
根据处理程序是否可以针对结果启动来筛选处理程序列表。
返回
处理指定方案的每个应用程序的 AppInfo列表。
- 属性
注解
也可以从 Windows 桌面应用程序调用此 API,但不返回 Windows 桌面应用程序。