Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

The Pictures collection represents the set of pictures in a presentation. To return a Pictures collection, use Slide.Pictures.

Signature
C#C#
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}{signature:vb.net
vb.net
}
<DefaultMember("Item")> _
	Public NotInheritable Class Pictures
		Implements System.Collections.Generic.IEnumerable(Of Picture)
Properties

...

Name

...

Description

...

Count

{signature}
{properties}
||Name||Description||
|[Count|Pictures.Count]|{excerpt-include

...

:Pictures.Count

...

Indexers

...

Name

...

Description

|nopanel=true}|
{indexers}
||Name||Description||
|[Item(Int32)

...

|Pictures.Item(Int)

...

]|{excerpt-include:Pictures.Item(Int)

...

|nopanel

...

Methods

...

Name

...

Description

...

GetEnumerator()

...

=true}|
{methods}
||Name||Description||
|[GetEnumerator()|Pictures.GetEnumerator()

...

]|{excerpt-include:Pictures.GetEnumerator()

...

|nopanel

...

=true}|