The EmbeddedFileCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear |
Clears the complete collection.
| |
| Contains |
Determine whether an EmbeddedFile is in the EmbeddedFileCollection.
| |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| IndexOf |
Searches for the specified EmbeddedFile in the EmbeddedFileCollection.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Get the number of EmbeddedFiles actually contained in the EmbeddedFileCollection | |
| Item |
Get an EmbeddedFile by zero-based index from the EmbeddedFileCollection.
|