IDictionary: Item (get)

Item

Returns an item from the list that is associated with the specified key.



 Public Property Get Item(
	  ByRef Key As Variant ) As Variant

Parameters

Key
[ByRef] Variant. The key to search for in the list.

Return Values

Variant -  The value that is associated to the key.

Read/Write.

See Also

Project CorLib Overview

Class IDictionary Overview