The IExternalResources interface represents a collection of the presentation's external resources found with the IPresentation.Scan method. This interface can be obtained using the IPresentationInfo.ExternalResources property.

Table 1. Properties

PropertyValue TypeAccessProperty description
Item[] or []IExternalResourceRead onlyGets an external resource from the collection. Use Item[] in C++.
CountintRead onlyReturns the number of external resources in the collection.