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}The [Pictures|Pictures] collection represents the set of pictures in a presentation. To return a {{Pictures}} collection, use [Slide.Pictures|Slide.Pictures].{excerpt}
{signature:C#}
[DefaultMember("Item")]
 public sealed class Pictures : System.Collections.Generic.IEnumerable<Picture>
{signature}{signature:vb.net}
<DefaultMember("Item")> _
	Public NotInheritable Class Pictures
		Implements System.Collections.Generic.IEnumerable(Of Picture)
{signature}
{properties}
||Name||Description||
|[Count|Pictures.Count]|{excerpt-include:Pictures.Count|nopanel=true}|
{indexers}
||Name||Description||
|[Item(Int32)|Pictures.Item(Int)]|{excerpt-include:Pictures.Item(Int)|nopanel=true}|
{methods}
||Name||Description||
|[GetEnumerator()|Pictures.GetEnumerator()]|{excerpt-include:Pictures.GetEnumerator()|nopanel=true}|