Silverlight 5:在 IMarkupExtension 类上设置 ConstructorArgument

发布于 2024-11-06 10:48:53 字数 500 浏览 0 评论 0原文

我想要一个可以仅用一个值启动的 MarkupExtension,就像 Binding 一样:

而不是

在 WPF 中,这是通过 ConstructorArgumentAttribute,但这在 Silverlight 中不存在。
我检查了 BindingPath 属性上的属性,但没有发现任何应用于它的属性。

有什么想法吗?

I would like to have a MarkupExtension that can be initiated with just one value, much like Binding:

<TextBox Text="{Binding MyPath}"/> instead of <TextBox Text="{Binding Path=MyPath}">

In WPF this is done with the ConstructorArgumentAttribute, but this doesn't exist in Silverlight.
I checked for attributes on the Path property of Binding but have'nt found any attributes applied to it.

Any ideas?

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

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

发布评论

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

评论(1

花海 2024-11-13 10:48:53

现在我意识到它还没有实施。

因此,如果您认为此功能很引人注目,请继续投票支持此功能 此处

希望这个答案能在我有任何消息后立即更新(希望这尽快发生......)。

For now I realize that it's not yet implemented.

So if you think this feature is compelling, please go ahead and vote for this feature here.

Hope this answer to be updated as soon as I have any piece of news (hope this to happen asap...).

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