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