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