Поделиться через


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