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