C# winform Treeview控件搜索xml
有人可以帮助我使用 C# 中的代码片段来搜索(最好是 linq)使用树视图控件加载的 XML 中的 XML 元素或属性吗?用户在 WinForm UI 中有一个搜索字符串选项卡,成功搜索后,包含元素或属性字符串的给定节点将突出显示。
Can someone help me with a code snippet in C# to search(linq preferably) for either XML element or attribute in a XML loaded using treeview control? The user has a search string tab in a WinForm UI and on a successful search the given node containing the element or attribute string is highlighted.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Try this: