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
Parameter | Type | Description |
---|---|---|
item | const 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
Parameter | Type | Description |
---|---|---|
propertyValue | const System::String& | Value of the property to add. |
See Also
- Typedef SharedPtr
- Class IBehaviorProperty
- Class BehaviorPropertyCollection
- Class String
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides