idx_get()

ICustomXmlPartCollection::idx_get(int32_t) method

Returns the element at the specified index.

virtual System::SharedPtr<ICustomXmlPart> Aspose::Slides::ICustomXmlPartCollection::idx_get(int32_t index)=0

Arguments

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

Return Value

The element at the specified index.

See Also