DOMNodeWrapper.ownerDocument property

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
Public ReadOnly Property ownerDocument As IXMLDOMDocument
    Get
'Usage
Dim instance As DOMNodeWrapper
Dim value As IXMLDOMDocument

value = instance.ownerDocument
public IXMLDOMDocument ownerDocument { get; }

Property value

Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument

Implements

IXMLDOMDocument3.ownerDocument
IXMLDOMDocument2.ownerDocument
IXMLDOMDocument.ownerDocument
IXMLDOMElement.ownerDocument
IXMLDOMCDATASection.ownerDocument
IXMLDOMText.ownerDocument
IXMLDOMAttribute.ownerDocument
IXMLDOMComment.ownerDocument
IXMLDOMCharacterData.ownerDocument
IXMLDOMProcessingInstruction.ownerDocument
IXMLDOMDocumentFragment.ownerDocument
IXMLDOMDocumentType.ownerDocument
IXMLDOMEntity.ownerDocument
IXMLDOMEntityReference.ownerDocument
IXMLDOMNode.ownerDocument

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace