Insert()

BehaviorPropertyCollection::Insert(int32_t, const System::SharedPtr<IBehaviorProperty>&) method

Inserts a new property to the collection at the specified index.

void Aspose::Slides::Animation::BehaviorPropertyCollection::Insert(int32_t index, const System::SharedPtr<IBehaviorProperty> &item) override

Arguments

ParameterTypeDescription
indexint32_tIndex where a new property should be inserted.
itemconst System::SharedPtr<IBehaviorProperty>&Property to add.

BehaviorPropertyCollection::Insert(int32_t, System::String) method

Inserts a new property (with the specified property value) to the collection at the specified index.

void Aspose::Slides::Animation::BehaviorPropertyCollection::Insert(int32_t index, System::String propertyValue) override

Arguments

ParameterTypeDescription
indexint32_tIndex where a new property should be inserted.
propertyValueSystem::StringValue of the property to add.

See Also