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