Add()

ITagCollection::Add(System::String, System::String) method

Adds a new tag to collection.

virtual int32_t Aspose::Slides::ITagCollection::Add(System::String name, System::String value)=0

Arguments

ParameterTypeDescription
nameSystem::StringThe name of the tag.
valueSystem::StringThe value of the tag.

Return Value

The index of the added tag.

See Also