语法
表达式.XMLNodes
表达式 必选。一个代表 Document 对象的变量。
示例
以下示例返回活动文档中的第一个 XML 节点。
let objNode = ActiveDocument.XMLNodes.Item(1)