GetNameByIndex()

ITagCollection::GetNameByIndex(int32_t) method

Returns key of a tag at the specified index.

virtual System::String Aspose::Slides::ITagCollection::GetNameByIndex(int32_t index)=0

Arguments

ParameterTypeDescription
indexint32_tIndex of a tag to return.

Return Value

Key of a tag.

See Also