XMLNode.OwnerDocument 属性

定义

返回一个 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

适用于