Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Returns a [Slides|Slides] collection which provides access to all slides in the specified presentation. {excerpt}
{signature:C#}
 public Slides Slides{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property Slides() As Slides
{signature}
{remarks}
Use the {{Slides}} object to manage the slides in a presentation.

{remarks}
{example}{code:csharp|title=C#}
Slides slidess = pres.Slides;{code}
{code:vbnet|title=vb.net}
Dim slides As Slides = pres.Slides{code}

{example}