idx_set()

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

Sets a key and a value pair of a tag.

virtual void Aspose::Slides::ITagCollection::idx_set(System::String name, System::String value)=0

Arguments

ParameterTypeDescription
nameSystem::StringKey of a tag.
valueSystem::StringValue of a tag.

See Also