idx_get()

CustomXmlPartCollection::idx_get(int32_t) method

Returns the element at the specified index.

System::SharedPtr<ICustomXmlPart> Aspose::Slides::CustomXmlPartCollection::idx_get(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index of the element to get.

Return Value

The element at the specified index.

See Also