IDictionary: Item (set)

Item

Sets the value in the list that is associated to the specified key.



 Public Property Set Item(
	  ByRef Key As Variant,
	  ByRef Value As Variant ) :

Parameters

Key
[ByRef] Variant. The key used to identify the value.
Value
[ByRef] Variant. The value to associate with the key.

Read/Write.

See Also

Project CorLib Overview

Class IDictionary Overview