[This is preliminary documentation and is subject to change.]
Gets or sets an LookupEntry from the collection.
| C# | Visual Basic | Visual C++ |
public LookupEntry this[ int index ] { get; set; }
Public Default Property Item ( _ index As Integer _ ) As LookupEntry
public: property LookupEntry^ default[int index] { LookupEntry^ get (int index); void set (int index, LookupEntry^ value); }
- index (Int32)
- The zero-based index of the collection member to get or set.
The LookupEntryCollection at the specified index.