CustomXMLNode.OwnerDocument Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::Object ^ OwnerDocument { System::Object ^ get(); };
public object OwnerDocument { get; }
member this.OwnerDocument : obj
Public ReadOnly Property OwnerDocument As Object
Property Value
Object