获取LightSwitch屏幕控制集合

发布于 2024-11-30 01:43:56 字数 97 浏览 1 评论 0原文

有没有办法获得 LightSwitch Screen 的控件集合?

就像这样简单的事情:

Me.Controls

Is there a way to get a LightSwitch Screen's controls collection?

Something as simple as:

Me.Controls

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

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

发布评论

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

评论(1

夏至、离别 2024-12-07 01:43:56

这将为您提供屏幕:

Dim control = Application.Current.RootVisual

尽管如此,屏幕上的大多数控件都没有命名,需要通过可视化树中的文本块进行引用。

看一下以下线程(用户 samneric1),其中我需要隐藏屏幕上的一个菜单项....

http://social.msdn.microsoft.com/Forums/en-US/lightswitch/thread/194b53eb-0e21-49a6-9312-c640bf53d659/

史蒂夫

This will give you the screen:

Dim control = Application.Current.RootVisual

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

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