[This is preliminary documentation and is subject to change.]
Searches for the specified ReferencedSopItem and
returns the zero-based index of the first occurrence within the entire ReferencedSopItemCollection.
| C# | Visual Basic | Visual C++ |
public int IndexOf( ReferencedSopItem value )
Public Function IndexOf ( _ value As ReferencedSopItem _ ) As Integer
public: int IndexOf( ReferencedSopItem^ value )
- value (ReferencedSopItem)
- The ReferencedSopItem to locate in the ReferencedSopItemCollection.
The zero-based index of the first occurrence of value within the entire ReferencedSopItemCollection,
if found; otherwise, -1.