idx_get()

TagCollection::idx_get(System::String) method

Returns a key and a value pair of a tag.

System::String Aspose::Slides::TagCollection::idx_get(System::String name) override

Arguments

ParameterTypeDescription
nameSystem::StringKey of a tag.

Return Value

Value of a tag.

See Also