Remove
Remove(IBehaviorProperty)
从集合中删除指定的属性。
public bool Remove(IBehaviorProperty item)
范围 | 类型 | 描述 |
---|---|---|
item | IBehaviorProperty | 要删除的属性。 |
也可以看看
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- 命名空间 Aspose.Slides.Animation
- 部件 Aspose.Slides
Remove(string)
从集合中删除指定的属性。
public bool Remove(string propertyValue)
范围 | 类型 | 描述 |
---|---|---|
propertyValue | String | 要删除的属性的值。 |