CustomerData Members (PowerPoint)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

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 associated with a Microsoft PowerPoint object.

Methods

Name

Description

Add

Adds a CustomXMLPart to the CustomerData collection of a CustomLayout, Master, Presentation, Shape, or Slide object and returns the CustomXMLPart object created.

Delete

Deletes the specified CustomXMLPart object from the CustomerData collection of a CustomLayout, Master, Presentation, Shape, or Slide object.

Item

Returns the specified CustomXMLPart object from the CustomerData collection. Read-only.

Properties

Name

Description

Application

Returns an Application object that represents the creator of the specified CustomerData object. Read-only.

Count

Returns the number of CustomXMLPart objects in the CustomerData collection. Read-only.

Parent

Returns the parent object of the specified CustomerData object. Read-only.