XMLNode.OwnerDocument 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 Document 对象,该对象表示指定 XML 元素的父文档。
public:
property Microsoft::Office::Interop::Word::Document ^ OwnerDocument { Microsoft::Office::Interop::Word::Document ^ get(); };
public Microsoft.Office.Interop.Word.Document OwnerDocument { get; }
member this.OwnerDocument : Microsoft.Office.Interop.Word.Document
Public ReadOnly Property OwnerDocument As Document
属性值
注解
OwnerDocument 属性返回与 属性相同的结果Parent。