CustomXmlPartCollectionItem Property

Returns the element at the specified index.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public ICustomXmlPart this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the element to get.

Return Value

Type: ICustomXmlPart
The element at the specified index.

Implements

ICustomXmlPartCollectionItemInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0.-or-index is equal to or greater than Count
See Also