语法
表达式.OwnerDocument
表达式 一个返回 XMLNode 对象的表达式。
示例
以下示例访问活动选定内容中第一个 XML 元素的父文档。
let objDoc = Selection.XMLNodes.Item(1).OwnerDocument