_Presentation.CustomXMLParts Property
Returns a CustomXMLParts object that represents the collection of custom XML parts associated with the specified Presentation object. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property CustomXMLParts As CustomXMLParts
Get
'Usage
Dim instance As _Presentation
Dim value As CustomXMLParts
value = instance.CustomXMLParts
CustomXMLParts CustomXMLParts { get; }
Property Value
Type: Microsoft.Office.Core.CustomXMLParts