gpt4 book ai didi

c# - Windows 应用商店应用程序 - 如何在搜索 super 按钮文本框中获取水印

转载 作者:行者123 更新时间:2023-11-30 12:12:49 27 4
gpt4 key购买 nike

我已经在我的 Windows 8 应用程序中实现了搜索契约。

但是,当用户从应用程序中调出搜索 super 按钮时,搜索框最初是空白的。我注意到其他应用程序在框内有一个默认的“水印”,例如 Bing map 应用程序:

enter image description here

如何重现此行为并添加我自己的水印?

最佳答案

好的,它没有记录在 main Quickstart page 上或 search guidelines ,但你这样做:

    protected override async void OnWindowCreated(WindowCreatedEventArgs args)
{
SearchPane sp = SearchPane.GetForCurrentView();
sp.PlaceholderText = "Enter the name of a town or city";
}

我建议将其放入 App.xaml.cs 中的 OnWindowCreated(...) 方法

关于c# - Windows 应用商店应用程序 - 如何在搜索 super 按钮文本框中获取水印,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12804437/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com