Partager via


CustomXMLNode.OwnerDocument Property

Gets the object representing the Microsoft Office Excel workbook, Microsoft Office PowerPoint presentation, or the Microsoft Office Word document associated with this node. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property OwnerDocument As Object
    Get
'Usage
Dim instance As CustomXMLNode
Dim value As Object

value = instance.OwnerDocument
Object OwnerDocument { get; }

Property Value

Type: System.Object
Object

See Also

Reference

CustomXMLNode Interface

CustomXMLNode Members

Microsoft.Office.Core Namespace