[This is preliminary documentation and is subject to change.]
Adds an object to the end of the LookupEntryCollection.
| C# | Visual Basic | Visual C++ |
public int Add( LookupEntry value )
Public Function Add ( _ value As LookupEntry _ ) As Integer
public: int Add( LookupEntry^ value )
- value (LookupEntry)
- The LookupEntry to be added to the end of the LookupEntryCollection.
The LookupEntryCollection index at which the value has been added.