Remove()
BehaviorPropertyCollection::Remove(const System::SharedPtr<IBehaviorProperty>&) method
Removes specified property from the collection.
bool Aspose::Slides::Animation::BehaviorPropertyCollection::Remove(const System::SharedPtr<IBehaviorProperty> &item) override
Arguments
Parameter | Type | Description |
---|---|---|
item | const System::SharedPtr<IBehaviorProperty>& | Property to remove. |
BehaviorPropertyCollection::Remove(const System::String&) method
Removes specified property from the collection.
bool Aspose::Slides::Animation::BehaviorPropertyCollection::Remove(const System::String &propertyValue) override
Arguments
Parameter | Type | Description |
---|---|---|
propertyValue | const System::String& | Value of the property to remove. |
See Also
- Typedef SharedPtr
- Class IBehaviorProperty
- Class BehaviorPropertyCollection
- Class String
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides