Insert()
Contents
[
Hide
]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
Parameter | Type | Description |
---|---|---|
index | int32_t | Index where a new property should be inserted. |
item | const 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
Parameter | Type | Description |
---|---|---|
index | int32_t | Index where a new property should be inserted. |
propertyValue | 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