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

ParameterTypeDescription
itemconst 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

ParameterTypeDescription
propertyValueconst System::String&Value of the property to remove.

See Also