ISequenceCollection
ISequenceCollection 接口
表示交互序列的集合。
public interface ISequenceCollection : IEnumerable<ISequence>
属性
名称 | 描述 |
---|---|
AsIEnumerable { get; } | 返回 IEnumerable 接口。只读 IEnumerable。 |
Count { get; } | 返回集合中元素的数量。只读 Int32。 |
Item { get; } | 返回指定索引处的序列。 |
方法
名称 | 描述 |
---|---|
Add(IShape) | 添加新的交互序列。 |
Clear() | 从集合中移除所有序列。 |
Remove(ISequence) | 从集合中移除指定的序列。 |
RemoveAt(int) | 移除指定索引处的序列。 |
另请参见
- 接口 ISequence
- 命名空间 Aspose.Slides.Animation
- 程序集 Aspose.Slides