Silverlight 5:在 IMarkupExtension 类上设置 ConstructorArgument
我想要一个可以仅用一个值启动的 MarkupExtension,就像 Binding
一样:
而不是
在 WPF 中,这是通过 ConstructorArgumentAttribute
,但这在 Silverlight 中不存在。
我检查了 Binding
的 Path
属性上的属性,但没有发现任何应用于它的属性。
有什么想法吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现在我意识到它还没有实施。
因此,如果您认为此功能很引人注目,请继续投票支持此功能 此处。
希望这个答案能在我有任何消息后立即更新(希望这尽快发生......)。
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...).