PresentationLayoutSlideCollection

PresentationLayoutSlideCollection class

Vertegenwoordigt een verzameling lay-outdia’s in een PowerPoint-document.

public class PresentationLayoutSlideCollection : ReadOnlyListBase<PresentationLayoutSlide>

Eigenschappen

Naam Beschrijving
virtual Count { get; } Krijgt het aantal elementen in de collectie.
virtual IsReadOnly { get; } Krijgt een waarde die aangeeft of de verzameling alleen-lezen is.
virtual Item { get; } Haalt het element op bij de gespecificeerde index in de verzameling.

methoden

Naam Beschrijving
virtual Contains(PresentationLayoutSlide)
virtual GetEnumerator()
virtual IndexOf(PresentationLayoutSlide)

Opmerkingen

Deze collectie bevat de items vanPresentationLayoutSlide type.

Zie ook