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)
Syntaxpublic ICustomXmlPart this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ICustomXmlPart
Get
public:
virtual property ICustomXmlPart^ default[int index] {
ICustomXmlPart^ get (int index) sealed;
}
abstract Item : ICustomXmlPart with get
override Item : ICustomXmlPart with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get.
Return Value
Type:
ICustomXmlPartThe element at the specified index.
Implements
ICustomXmlPartCollectionItemInt32
Exceptions
See Also