如何在运行时从 FrameworkElement 中提取资源标题?

发布于 2024-11-09 10:16:58 字数 282 浏览 0 评论 0原文

给定以下 XAML:

 <Label  Foreground="White" FontSize="24" Grid.Column="1" Grid.Row="2" Content="{DynamicResource  DOB}"/>   

我想从 Content 属性中提取字符串“DOB”并在运行时附加一个值,例如“DOB_1”(以提取资源键 DOB_1)。

我该怎么做?

Given the following XAML:

 <Label  Foreground="White" FontSize="24" Grid.Column="1" Grid.Row="2" Content="{DynamicResource  DOB}"/>   

I would like to pull the string "DOB" from the Content property and append a value at runtime, for example, "DOB_1" (to pull the resource key DOB_1).

How do I do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

腻橙味 2024-11-16 10:16:58

动态资源与 ResourceReferenceExpressions 一起使用,这是一个内部类,这是行不通的。

Dynamic resources work with ResourceReferenceExpressions which is an internal class, this is not going to work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文