XDocument.SelectNodes 方法 | |
Select Nodes via XPath selection
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 METHOD SelectNodes(
cSelect AS STRING
) AS ARRAY
public __Array SelectNodes(
string cSelect
)
查看代码参数
- cSelect
- 类型:String
返回值
类型:
__Array参见