获取LightSwitch屏幕控制集合
有没有办法获得 LightSwitch Screen 的控件集合?
就像这样简单的事情:
Me.Controls
Is there a way to get a LightSwitch Screen's controls collection?
Something as simple as:
Me.Controls
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这将为您提供屏幕:
尽管如此,屏幕上的大多数控件都没有命名,需要通过可视化树中的文本块进行引用。
看一下以下线程(用户 samneric1),其中我需要隐藏屏幕上的一个菜单项....
http://social.msdn.microsoft.com/Forums/en-US/lightswitch/thread/194b53eb-0e21-49a6-9312-c640bf53d659/
史蒂夫
This will give you the screen:
Although, most of the controls on the screen aren't named and need to be referenced by their textblocks in the visual tree.
Have a look at the following thread (user samneric1) where I had the requirement to hide one of the menu items on the screen....
http://social.msdn.microsoft.com/Forums/en-US/lightswitch/thread/194b53eb-0e21-49a6-9312-c640bf53d659/
Steve