The EmbeddedFileCollection type exposes the following members.

Methods

  NameDescription
Public methodClear
Clears the complete collection.
Public methodContains
Determine whether an EmbeddedFile is in the EmbeddedFileCollection.
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodIndexOf
Searches for the specified EmbeddedFile in the EmbeddedFileCollection.

Properties

  NameDescription
Public propertyCount
Get the number of EmbeddedFiles actually contained in the EmbeddedFileCollection
Public propertyItem
Get an EmbeddedFile by zero-based index from the EmbeddedFileCollection.

See Also