PresentationSlideCollection
PresentationSlideCollection class
表示 PowerPoint 文档中的一组幻灯片。
public class PresentationSlideCollection : ReadOnlyListBase<PresentationSlide>
特性
| 姓名 | 描述 |
|---|---|
| virtual Count { get; } | 获取集合中包含的元素数。 |
| virtual IsReadOnly { get; } | 获取一个值,指示集合是否为只读。 |
| virtual Item { get; } | 获取集合中指定索引处的元素。 |
方法
| 姓名 | 描述 |
|---|---|
| virtual Contains(PresentationSlide) | |
| virtual GetEnumerator() | |
| virtual IndexOf(PresentationSlide) |
评论
此集合包含的项目PresentationSlide类型.