idx_get()

ITagCollection::idx_get(System::String) method

Returns a key and a value pair of a tag.

virtual System::String Aspose::Slides::ITagCollection::idx_get(System::String name)=0

Arguments

ParameterTypeDescription
nameSystem::StringKey of a tag.

Return Value

Value of a tag.

See Also