Partager via


CustomXMLNode.OwnerPart Property

Gets the object representing the part associated with this node. Read-only.

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

Syntax

'Declaration
ReadOnly Property OwnerPart As CustomXMLPart
    Get
'Usage
Dim instance As CustomXMLNode
Dim value As CustomXMLPart

value = instance.OwnerPart
CustomXMLPart OwnerPart { get; }

Property Value

Type: Microsoft.Office.Core.CustomXMLPart
_CustomXMLPart

See Also

Reference

CustomXMLNode Interface

CustomXMLNode Members

Microsoft.Office.Core Namespace