Microsoft Scripting Runtime
Dictionary Collection Members
Overview 
Public Methods
Adds a key and item pair to a Dictionary object.
Returns true if a specified key exists in the Dictionary object, false if it does not.
Returns an array containing all the items in a Dictionary object.
Returns an array containing all existing keys in a Dictionary object.
Removes a key, item pair from a Dictionary object.
The RemoveAll method removes all key, item pairs from a Dictionary object.
Public Properties
Sets and returns the comparison mode for comparing string keys in a Dictionary object.
Returns the number of items in a collection or Dictionary object.
Sets or returns an item for a specified key in a Dictionary object. For collections, returns an item based on the specified key.
Sets a key in a Dictionary object.
See Also

Dictionary Collection  | FileSystemObject Module  | TextStream Module