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 | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified CustomerData object. | |
Count | Returns the number of objects in the collection. (Inherited from Collection.) | |
Count | Returns the number of CustomXMLPart objects in the CustomerData collection. Read-only. | |
Item | Returns the specified CustomXMLPart object from the CustomerData collection. Read-only. | |
Parent | Returns the parent object of the specified CustomerData object. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
_Index(Int32) | Reserved for internal use. (Inherited from Collection.) | |
_Index(Int32) | Reserved for internal use. | |
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 from the CustomerData collection of a CustomLayout, Master, Presentation, Shape, or Slide object. | |
GetEnumerator() | Returns an enumerator that iterates through the collection. (Inherited from Collection.) | |
GetEnumerator() | Returns an enumerator that iterates through the collection of customer data items. |
Top