[This is preliminary documentation and is subject to change.]
Removes the first occurrence of a specific DicomTriggerItem from the DicomTriggerItemCollection.
| C# | Visual Basic | Visual C++ |
public void Remove( DicomTriggerItem value )
Public Sub Remove ( _ value As DicomTriggerItem _ )
public: void Remove( DicomTriggerItem^ value )
- value (DicomTriggerItem)
- The DicomTriggerItem to remove from the DicomTriggerItemCollection.