简体   繁体   English

如何添加“相关”标签/关键字以从开始菜单搜索 UWP 应用程序

[英]How can I add "related" tag/keyword to search from start menu for an UWP app

To search a windows app from start menu search or windows search we type the display name of an app.要从开始菜单搜索或 windows 搜索中搜索 windows 应用程序,我们键入应用程序的显示名称。 However, I wanted to add customized keyword/tags to search my UWP app from that search.但是,我想添加自定义关键字/标签以从该搜索中搜索我的 UWP 应用程序。 For some searches we see windows app suggestions or related app.对于某些搜索,我们会看到 windows 应用建议或相关应用。 For example if we search Browser in the search Microsoft Edge shows up.例如,如果我们在Microsoft Edge显示的搜索中搜索浏览器

在此处输入图像描述

More examples can be like: if we type mail in the search Outlook app shows up, if we type uninstall then Add or remove program shows up.更多的例子可以是这样的:如果我们在搜索Outlook app 中输入邮件,如果我们输入uninstall ,那么添加或删除程序就会出现。

I wanted to know how can I add that feature to my app that If I search a certain tag/keyword in the search box my app shows up ie if I search "myapp" then "ExampleUWPApp" shows up.我想知道如何将该功能添加到我的应用程序中,如果我在搜索框中搜索某个标签/关键字,我的应用程序就会显示,即如果我搜索“myapp”,则会显示“ExampleUWPApp”。

How can I add "related" tag/keyword to search from start menu for an UWP app如何添加“相关”标签/关键字以从开始菜单搜索 UWP 应用程序

I have to say there is not such entry to add tag for your app, the only thing could be build as search tag is package display name.我不得不说没有这样的条目可以为您的应用程序添加标签,唯一可以构建为搜索标签的是 package 显示名称。 And system searching tag is build internally base on Bing search engine.系统搜索标签是基于必应搜索引擎内部构建的。 And this is a good suggestion that add searching tag for apps.这是一个很好的建议,为应用程序添加搜索标签。 I'd suggest you submit a feedback/feature request about this API/feature in the Feedback Hub.我建议您在反馈中心提交有关此 API/功能的反馈/功能请求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从“开始”菜单运行我的应用程序? - How can I get my app to run from the Start menu? 如何在 UWP 应用中使用inkCanvas 和Canvas 添加缩放网格? - How can I add zooming a Grid with inkCanvas and Canvas in UWP app? 如何在UAML应用的XAML中显示来自SQLite的相关数据? - How can I display related data from SQLite in XAML for UWP apps? 如何在Windows 10 UWP应用程序中删除TextBox控件的默认“粘贴”上下文菜单项? - How can I remove the default “Paste” context menu entry of a TextBox control in a Windows 10 UWP app? UWP-ListView问题,我无法将搜索添加到列表中 - UWP - ListView Issue, I can't add my search to the list 如何添加新页面或从下一页UWP开始打印? - How to add a new page or start printing from the next page UWP? 如何在UWP中更改RichTextBlock的右键单击菜单 - How can I change the Right-Click menu of a RichTextBlock in UWP 如何在Windows中从“开始”菜单搜索(如ping)向程序传递字符串? - How would I pass my program a string from the start menu search in Windows (like ping)? C#UWP将自定义控件添加到开始菜单磁贴 - C# UWP Add custom controls to start menu tile 如何访问开始菜单路径? - How can I access to Start Menu path?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM