输出窗口中的 Silverlight 绑定错误
我知道如果我的绑定表达式中的 Path 属性存在问题,我会在输出窗口中收到绑定错误消息,但是是否有办法调试 ElementName 属性问题?
我尝试过一些我确信不存在的东西,比如
ElementName=ElephantButt ,
但在输出窗口中什么也没有得到。
谢谢。
I know that if there's an issue with the Path attribute in my binding expression, I'll get a binding error message in my output window, but is there anyway to debug a ElementName attribute issue?
I have tried things that I'm pretty sure don't exist like
ElementName=ElephantButt
and get nothing in the output window.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 XAML 中设置绑定断点
Put breakpoint to binding in XAML