XmpCollection.IndexOf

XmpCollection.IndexOf method

Determines the index of a specific item in the collection.

public int IndexOf(IXmpType item)
ParameterTypeDescription
itemIXmpTypeThe object to locate in the collection.

Return Value

The index of item if found in the collection; otherwise, -1.

See Also