CustomerData.Add Method
Adds a CustomXMLPart to the CustomerData collection of a CustomLayout, Master, Presentation, Shape, or Slide object and returns the CustomXMLPart object created.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function Add As CustomXMLPart
'Usage
Dim instance As CustomerData
Dim returnValue As CustomXMLPart
returnValue = instance.Add()
CustomXMLPart Add()
Return Value
Type: Microsoft.Office.Core.CustomXMLPart
Remarks
You can add one or more items of customer data (custom XML parts) to any of the objects listed above that can contain customer data.