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