次の方法で共有


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返します。

適用対象