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