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