Add()

IBehaviorCollection::Add(System::SharedPtr<IBehavior>) method

Add new behavior to a collection.

virtual void Aspose::Slides::Animation::IBehaviorCollection::Add(System::SharedPtr<IBehavior> item)=0

Arguments

ParameterTypeDescription
itemSystem::SharedPtr<IBehavior>Behavior to add.

See Also