XDocument.AsXmlArray 方法 | |
Return the children of a node as a XPP specific XML array
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 STATIC METHOD AsXmlArray(
oNode AS XmlNode,
oFoundDoc AS XDocument
) AS ARRAY
public static __Array AsXmlArray(
XmlNode oNode,
XDocument oFoundDoc
)
查看代码参数
- oNode
- 类型:XmlNode
- oFoundDoc
- 类型:XDocument
返回值
类型:
__Array参见