Add()

BehaviorPropertyCollection::Add(const System::SharedPtr<IBehaviorProperty>&) method

Adds a new property to the collection.

void Aspose::Slides::Animation::BehaviorPropertyCollection::Add(const System::SharedPtr<IBehaviorProperty> &item) override

Arguments

ParameterTypeDescription
itemconst System::SharedPtr<IBehaviorProperty>&Property to add.

BehaviorPropertyCollection::Add(const System::String&) method

Adds a new property to the collection.

void Aspose::Slides::Animation::BehaviorPropertyCollection::Add(const System::String &propertyValue) override

Arguments

ParameterTypeDescription
propertyValueconst System::String&Value of the property to add.

See Also