Add()

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

Adds a property to the collection.

virtual void Aspose::Slides::IControlPropertiesCollection::Add(System::String name, System::String value)=0

Arguments

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

See Also