UtilsSearchNodeByKeyword Method |
返回用户文档首页
递归从一个树节点中查找带有关键字的所有节点
Namespace: LoongCAD.UtilAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.18 (2025.0.9.18)
Syntaxpublic static TreeNode SearchNodeByKeyword(
TreeNode node,
string keyword,
List<string> filterTags
)
Parameters
- node TreeNode
- 节点树的初始节点
- keyword String
- 关键字
- filterTags ListString
- 不被匹配的节点树Tag列表
Return Value
TreeNode含有关键字的父子关系节点副本
See Also