SectionSlideCollection

SectionSlideCollection 类

表示该部分中幻灯片的集合。

public sealed class SectionSlideCollection : DomObject<Section>, ISectionSlideCollection

属性

名称说明
Count { get; }获取集合中实际包含的元素数量。只读 Int32。
IsSynchronized { get; }返回指示对集合的访问是否同步(线程安全)的值。只读 Boolean。
Item { get; }获取指定索引处的元素。只读 ISlide
SyncRoot { get; }返回同步根。只读 Object。

方法

名称说明
CopyTo(Array, int)将整个集合复制到指定的数组。
GetEnumerator()返回遍历集合的枚举器。

另见