Add()

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

Adds a property to the collection.

void Aspose::Slides::ControlPropertiesCollection::Add(System::String name, System::String value) override

Arguments

ParameterTypeDescription
nameSystem::StringThe name of the property.
valueSystem::StringThe alue of the property.

See Also