CustomXMLNode.OwnerPart 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 part associated with this node. Read-only.
public:
property Microsoft::Office::Core::CustomXMLPart ^ OwnerPart { Microsoft::Office::Core::CustomXMLPart ^ get(); };
public Microsoft.Office.Core.CustomXMLPart OwnerPart { get; }
member this.OwnerPart : Microsoft.Office.Core.CustomXMLPart
Public ReadOnly Property OwnerPart As CustomXMLPart