PresentationMasterSlideCollection
PresentationMasterSlideCollection class
PowerPoint 문서의 마스터 슬라이드 모음을 나타냅니다.
public class PresentationMasterSlideCollection : ReadOnlyListBase<PresentationMasterSlide>
속성
| 이름 | 설명 |
|---|---|
| virtual Count { get; } | 컬렉션에 포함된 요소의 수를 가져옵니다. |
| virtual IsReadOnly { get; } | 컬렉션이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. |
| virtual Item { get; } | 컬렉션의 지정된 인덱스에 있는 요소를 가져옵니다. |
행동 양식
| 이름 | 설명 |
|---|---|
| virtual Contains(PresentationMasterSlide) | |
| virtual GetEnumerator() | |
| virtual IndexOf(PresentationMasterSlide) |
비고
이 컬렉션에는 다음 항목이 포함되어 있습니다.PresentationMasterSlide 유형.