CustomerData Members

Include Protected Members
Include Inherited Members

Stores information about a customer (such as name, address, telephone number, and so on) or other information in XML form, as a collection of CustomXMLPart objects that are associated with a Microsoft PowerPoint object.

The CustomerData type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified CustomerData object.
Public property Count Returns the number of objects in the collection. (Inherited from Collection.)
Public property Count Returns the number of CustomXMLPart objects in the CustomerData collection. Read-only.
Public property Item Returns the specified CustomXMLPart object from the CustomerData collection. Read-only.
Public property Parent Returns the parent object of the specified CustomerData object. Read-only.

Top

Methods

  Name Description
Public method _Index(Int32) Reserved for internal use. (Inherited from Collection.)
Public method _Index(Int32) Reserved for internal use.
Public method Add Adds a CustomXMLPart to the CustomerData collection of a CustomLayout, Master, Presentation, Shape, or Slide object and returns the CustomXMLPart object created.
Public method Delete Deletes the specified CustomXMLPart from the CustomerData collection of a CustomLayout, Master, Presentation, Shape, or Slide object.
Public method GetEnumerator() Returns an enumerator that iterates through the collection. (Inherited from Collection.)
Public method GetEnumerator() Returns an enumerator that iterates through the collection of customer data items.

Top

See Also

Reference

CustomerData Interface

Microsoft.Office.Interop.PowerPoint Namespace