gpt4 book ai didi

xamarin.forms - Xamarin 形式 : How to copy an entry value?

转载 作者:行者123 更新时间:2023-12-02 03:35:33 28 4
gpt4 key购买 nike

我想从我的应用中复制一个值并将其粘贴到同一应用的任何其他位置或应用之外。

我已经在 this thread 中寻找答案:

所以我使用了Clipboard.SetText(txtClipboard.Text);并添加了using System.Windows.Forms;并且using System.Windows; 命名空间。但是,我收到错误:

clipboard does not exist in the current context.

需要任何 nuget 包吗?

提前致谢

最佳答案

有一个clipboard plugin for Xamarin (支持的平台有 iOS、Mac、Android、UWP 和 Gtk#)。它支持以跨平台的方式将文本保存到剪贴板以及从剪贴板获取文本。 NuGet 包可用 here .

设置文本

CrossClipboard.Current.SetText("my clipboard text");

获取文本

string clipboardText = await CrossClipboard.Current.GetTextAsync();

关于xamarin.forms - Xamarin 形式 : How to copy an entry value?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50342391/

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