Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/334.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何将自定义Result添加到windows search everywhere_C#_Search_Windows 10_Windows Rt - Fatal编程技术网

C# 如何将自定义Result添加到windows search everywhere

C# 如何将自定义Result添加到windows search everywhere,c#,search,windows-10,windows-rt,C#,Search,Windows 10,Windows Rt,我正在尝试向windows search everywhere添加自定义结果。 例如,我键入“MyApp设置”,并直接导航到我的应用程序中的设置 我看着,但找不到答案 我发现了许多类似于下面的xml,但找不到任何关于它的文档 有什么想法吗 <?xml version="1.0" encoding="utf-8"?> <PCSettings> <SearchableContent xmlns="http://schemas.microsoft.com/Se

我正在尝试向windows search everywhere添加自定义结果。 例如,我键入“MyApp设置”,并直接导航到我的应用程序中的设置

我看着,但找不到答案

我发现了许多类似于下面的xml,但找不到任何关于它的文档

有什么想法吗

<?xml version="1.0" encoding="utf-8"?>
<PCSettings>
  <SearchableContent     xmlns="http://schemas.microsoft.com/Search/2013/SettingContent">
<ApplicationInformation>
  <AppID>windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel</AppID>
</ApplicationInformation>
<SettingIdentity>
  <PageID>SettingsPagePCSystemAutoPlay</PageID>
  <GroupID>SettingsGroupAutoplayDefaults</GroupID>
</SettingIdentity>
<SettingInformation>
  <Description>@{windows?ms-resource://Windows.UI.SettingsAppThreshold/SearchResources/SettingsGroupAutoplayDefaults/Description}</Description>
  <HighKeywords>@{windows?ms-resource://Windows.UI.SettingsAppThreshold/SearchResources/SettingsGroupAutoplayDefaults/HighKeywords}</HighKeywords>
  <Keywords>@{windows?ms-resource://Windows.UI.SettingsAppThreshold/SearchResources/SettingsGroupAutoplayDefaults/Keywords}</Keywords>
  <LowKeywords>@{windows?ms-resource://Windows.UI.SettingsAppThreshold/SearchResources/SettingsGroupAutoplayDefaults/LowKeywords}</LowKeywords>
</SettingInformation>

windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel
设置SPAGEPCSystemAutoPlay
设置组自动播放默认值
@{windows?ms-resource://Windows.UI.SettingsAppThreshold/SearchResources/SettingsGroupAutoplayDefaults/Description}
@{windows?ms-resource://Windows.UI.SettingsAppThreshold/SearchResources/SettingsGroupAutoplayDefaults/HighKeywords}
@{windows?ms-resource://Windows.UI.SettingsAppThreshold/SearchResources/SettingsGroupAutoplayDefaults/Keywords}
@{windows?ms-resource://Windows.UI.SettingsAppThreshold/SearchResources/SettingsGroupAutoplayDefaults/LowKeywords}

您想为您的应用程序添加。否。我看过cortana的例子,但我需要文本搜索结果cortana语音命令可以通过文本调用。你想为你的应用添加。否。我看过cortana示例,但我需要文本搜索结果cortana语音命令可以通过文本调用。