如何检查视图是否已添加到 PRISM 中的区域?
我有一个区域,想要检查是否添加了特定的视图类型。我该怎么做呢?
I have a region and want to check whether a specific view type is added to it or not. How can I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下代码(使用 Linq)应该有用:
希望这有帮助,
The following code (using Linq) should be useful:
Hope this helps,
您可以使用以下方法检查视图是否已添加到区域。
这是您想要的还是您实际上想要检查类型而不是视图名称?
You can check to see if a view has been added to a region using the following method.
Is this what you want or are you actualy wanting to check for Type rather than View name?