CustomerData.Item Property
Returns the specified CustomXMLPart object from the CustomerData collection. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Id As String _
) As CustomXMLPart
Get
'Usage
Dim instance As CustomerData
Dim Id As String
Dim value As CustomXMLPart
value = instance.Item(Id)
CustomXMLPart this[
string Id
] { get; }
Parameters
- Id
Type: System.String
The ID of the CustomXMLPart object.
Property Value
Type: Microsoft.Office.Core.CustomXMLPart
Remarks
Individual CustomXMLPart objects in the CustomerData collection are represented by GUIDs (globally unique identifiers). Pass the GUID that represents the custom XML part that you want to get to the Id parameter of the Item method as a string. You can get the ID of a particular custom XML part by getting the value of the Id property of the CustomXMLPart object.